remove log

This commit is contained in:
Manuel Araoz 2014-02-10 17:56:54 -03:00
parent f3151f03d0
commit 2e6631bade
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ function spec() {
var path = dataDir + '/blocks/blk*.dat';
self.dataDir = dataDir;
console.log(path);
self.files = glob.sync(path);
self.nfiles = self.files.length;