Skip to content

Commit

Permalink
remove bidmanager file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminpanchal27 committed Jul 25, 2017
1 parent 3192320 commit 616409e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 175 deletions.
2 changes: 1 addition & 1 deletion src/auctionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const auctionManager = (function() {
try {
value = value(custBidObj);
} catch (e) {
utils.logError('bidmanager', 'ERROR', e);
utils.logError('auctionManager', 'ERROR', e);
}
}

Expand Down
174 changes: 0 additions & 174 deletions src/bidmanager.js

This file was deleted.

0 comments on commit 616409e

Please sign in to comment.