Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Remove testnet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Sep 6, 2017
1 parent e44fdff commit 59e2253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/localServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class LocalServer {
}

this._isRunning = true;
let serverStartArgs = ['start', '-t', ...commandLineArgs];
let serverStartArgs = ['start', ...commandLineArgs];

// wire in our auth cookie
if (global.authCookie) {
Expand Down

0 comments on commit 59e2253

Please sign in to comment.