aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/server.js b/server.js
index fbe92e0..15135c0 100644
--- a/server.js
+++ b/server.js
@@ -16,7 +16,6 @@ if (fs.existsSync(confpath)) {
port: '8089',
wsport: '8080',
url: 'localhost',
- ads: true,
author: '@Q++V5BbvWIg8B+TqtC9ZKFhetruuw+nOgxEqfjlOZI0='
}
config.fullurl = 'http://' + config.url + ':' + config.port + '/'
@@ -32,7 +31,6 @@ if (process.argv[2] === 'verbose') {
}
console.log('Verbose output is ' + VERBOSE + ' run with `node server verbose` to see all output')
-console.log('Advertisements are ' + config.ads)
// log messages
@@ -80,12 +78,6 @@ function printFeedIdentical (msg, req) {
}
}
-function printSendAd (msg, req) {
- if (VERBOSE) {
- console.log('sent ad ' + msg.content + ' to ' + req.requester)
- }
-}
-
// static server (8089)
var serve = require('koa-static-server')