Skip to content

Commit ccc685c

Browse files
Merge pull request #2 from heath-guidewire/removed-debug-code
removed debugging console.log of ignoreCallback
2 parents feb2fd5 + 55a8779 commit ccc685c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/dirsum.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ function digest(root, method, callback, ignoreCallback) {
102102

103103
if (ignoreCallback && typeof(ignoreCallback) !== 'function') {
104104
throw new TypeError('ignoreCallback is required to be a function');
105-
} else {
106-
console.log('ignoreCallback: ', ignoreCallback);
107105
}
108106

109107
doDigesting(root, method, function(err, hashes) {

0 commit comments

Comments
 (0)