Skip to content

Commit

Permalink
uncomment starting log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Mar 5, 2014
1 parent f1bdde1 commit a721c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ module.exports = function(opt, callback) {

//create http server
http.createServer(app).listen(setting.port, function(){
// console.log('Server is running');
// console.log('Mode: %s', mode);
// console.log('Port: %s', setting.port);
console.log('Server is running');
console.log('Mode: %s', mode);
console.log('Port: %s', setting.port);

callback(null, app, database);
}).on('error', function(err) {
Expand Down

0 comments on commit a721c37

Please sign in to comment.