We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b179d9c commit d5d88d0Copy full SHA for d5d88d0
index.js
@@ -6,7 +6,6 @@ module.exports = function attachToServer (server, app, opts) {
6
var solidWs = new SolidWs(server, opts)
7
8
if (app) {
9
- console.log('setting up the app')
10
11
app.post('/*', function (req, res, next) {
12
debug('pub ' + req.originalUrl + ' after post')
0 commit comments