Skip to content

Commit

Permalink
removed accidental code
Browse files Browse the repository at this point in the history
  • Loading branch information
poeticninja committed Mar 23, 2015
1 parent f205677 commit a9719ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,12 @@ server.register([
register: require('./server/assets/index.js')
},
{
requireegister: require('./server/base/index.js')
},
{
register: require('./server/database/index.js')
},
{
register: require('./server/notifications/index.js')
register: require('./server/base/index.js')
}
], function () {
//Start the server
server.start(function() {
//Log to the console the host and port info
console.log('Server started at: ' + server.info.uri);
});
});
});

0 comments on commit a9719ae

Please sign in to comment.