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(); });