Skip to content

Commit

Permalink
Fix test server
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed May 25, 2015
1 parent 25d996f commit d98b7a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

var JinbaServer = require('../');

return JinbaServer;

console.log("Start listening...");
JinbaServer.createJinbaServer(30002, '127.0.0.1', true).listen(3000, '127.0.0.1');
console.log("Listening stared.");

0 comments on commit d98b7a0

Please sign in to comment.