Commit 3a95a21b8e899da6f90863d40d2ff5639d63c9c6
oops remove console.log
Michael Williams committed on 3/3/2017, 7:31:28 AMParent: 98239f54c2e6218df2f0366082b40c6d256b1635
Files changed
lib/app.js | changed |
lib/app.js | ||
---|---|---|
@@ -7,8 +7,7 @@ | ||
7 | 7 … | module.exports = setupApp |
8 | 8 … | |
9 | 9 … | function setupApp ({ cwd } = {}) { |
10 | 10 … | const appExports = bulk(cwd || process.cwd(), ['!(node_modules)/**/*.js'], { process }) |
11 | - console.log('appExports', appExports) | |
12 | 11 … | const appModules = mapModules(appExports, tranformModule(types)) |
13 | 12 … | return appModules |
14 | 13 … | } |
Built with git-ssb-web