Skip to content

Commit

Permalink
fix(server): Remove log on starting server
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Sep 11, 2016
1 parent a763e53 commit 42bead0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ var projectBasePath = process.argv[2];
var options = JSON.parse(process.argv[3]);

// Start the server
console.log('STARTING SERVER', options);
server.start(projectBasePath, options.variationBasePath, options);

0 comments on commit 42bead0

Please sign in to comment.