Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Commit 3d9db97

Browse files
committed
Remove superfluous console.log
1 parent d8b9fd3 commit 3d9db97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

route/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ var Generator = module.exports = function Generator(name) {
1414
required: false
1515
});
1616

17-
console.log('options', this.options);
18-
console.log('env', this.env.options);
19-
2017
var bower = require(path.join(process.cwd(), 'bower.json'));
2118
var match = require('fs').readFileSync(path.join(
2219
this.env.options.appPath,

0 commit comments

Comments
 (0)