From 2f1d3835f7530c86befb9e1e347beefc5d14df5b Mon Sep 17 00:00:00 2001 From: Wooleners Date: Sat, 14 Nov 2015 18:13:21 +0800 Subject: [PATCH] push --- bin/saller-init | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/saller-init b/bin/saller-init index f502f63..7a61647 100755 --- a/bin/saller-init +++ b/bin/saller-init @@ -31,8 +31,6 @@ function template(dest) { if (!file.stat.isFile()) { return cb(); } - - console.log('Write %s', simplifyFilename(join(dest, basename(file.path)))); this.push(file); cb(); });