Skip to content

Commit

Permalink
remove polling start call in detection controllers' constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Nov 5, 2021
1 parent 7407d7d commit dc51b7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/assets/CollectibleDetectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ export class CollectibleDetectionController extends BaseController<
});
this.getOpenSeaApiKey = getOpenSeaApiKey;
this.addCollectible = addCollectible;
this.start();
}

/**
Expand Down
1 change: 0 additions & 1 deletion src/assets/TokenDetectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export class TokenDetectionController extends BaseController<
this.configure({ networkType: provider.type });
});
this.getBalancesInSingleCall = getBalancesInSingleCall;
this.start();
}

/**
Expand Down

0 comments on commit dc51b7e

Please sign in to comment.