git ssb

1+

dinoworm 🐛 / catstack



Commit 3a95a21b8e899da6f90863d40d2ff5639d63c9c6

oops remove console.log

Michael Williams committed on 3/3/2017, 7:31:28 AM
Parent: 98239f54c2e6218df2f0366082b40c6d256b1635

Files changed

lib/app.jschanged
lib/app.jsView
@@ -7,8 +7,7 @@
77 module.exports = setupApp
88
99 function setupApp ({ cwd } = {}) {
1010 const appExports = bulk(cwd || process.cwd(), ['!(node_modules)/**/*.js'], { process })
11- console.log('appExports', appExports)
1211 const appModules = mapModules(appExports, tranformModule(types))
1312 return appModules
1413 }

Built with git-ssb-web