Skip to content

Commit 4dba2bc

Browse files
Merge pull request #3 from heath-guidewire/remove-skipping-message
Removed the skipping message
2 parents ccc685c + 5bbed57 commit 4dba2bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/dirsum.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function doDigesting(dirName, method, callback, ignoreCallback) {
7272
}
7373
});
7474
} else {
75-
console.log('Skipping: ', path);
7675
bookkeeping();
7776
}
7877
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dirsum",
33
"description": "A small library that computes checksums of directory trees",
4-
"version": "0.1.2-gwre",
4+
"version": "0.1.3-gwre",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/mcavage/node-dirsum.git"

0 commit comments

Comments
 (0)