Skip to content

Commit d5d88d0

Browse files
committed
removing debugging
1 parent b179d9c commit d5d88d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = function attachToServer (server, app, opts) {
66
var solidWs = new SolidWs(server, opts)
77

88
if (app) {
9-
console.log('setting up the app')
109

1110
app.post('/*', function (req, res, next) {
1211
debug('pub ' + req.originalUrl + ' after post')

0 commit comments

Comments
 (0)