Skip to content

Commit

Permalink
[QuickFix] Correct small mistake from last commit
Browse files Browse the repository at this point in the history
Left a number of test commented out and one `console.log()` in the code.
Both were result of a small bug fix.
  • Loading branch information
Timmimim committed Sep 7, 2017
1 parent f353825 commit 2407ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ var ercChecker = function (config) {
function (rejectData) {
let reason = rejectData[0];
let tmpPath = rejectData[1];
console.log(rejectData);
debugERROR("This may be the one with unequal number of images.".red);
debugERROR(reason);
let rejectMetadata = new Metadata(checkStart, reason);
Expand Down
4 changes: 2 additions & 2 deletions test/testModuleUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('Using ERC-Checker as node-module', function () {
});
})
});
/**

describe('Returned Promise object should be *resolved* and include a Metadata object, which ', function () {

describe('for two equal input papers', function () {
Expand Down Expand Up @@ -311,7 +311,7 @@ describe('Using ERC-Checker as node-module', function () {
})

})
*/

});

var deleteFolderRecursive = function(pathParam) {
Expand Down

0 comments on commit 2407ae8

Please sign in to comment.