From 5bbed57fe9bc56a6a87b56d8195b2564650aa63d Mon Sep 17 00:00:00 2001 From: Heath Chiavettone Date: Wed, 29 Mar 2017 14:32:58 -0700 Subject: [PATCH] Removed the skipping message --- lib/dirsum.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dirsum.js b/lib/dirsum.js index 29aa98c..7b2c2a6 100644 --- a/lib/dirsum.js +++ b/lib/dirsum.js @@ -72,7 +72,6 @@ function doDigesting(dirName, method, callback, ignoreCallback) { } }); } else { - console.log('Skipping: ', path); bookkeeping(); } }); diff --git a/package.json b/package.json index a61db63..1544eca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dirsum", "description": "A small library that computes checksums of directory trees", - "version": "0.1.2-gwre", + "version": "0.1.3-gwre", "repository": { "type": "git", "url": "git://github.com/mcavage/node-dirsum.git"