Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
thomhos authored and corinadev committed Nov 28, 2018
1 parent a0a96e2 commit 6afe6fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/dev-server.js
Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@ const clientConfig = webpackConfig(null, { mode: "development" })

const clientCompiler = webpack(clientConfig)

// Find out the venus host ip you want to use: LAN, ethernet or Wlan connection to the device
// Try not to commit the ip :)
const clientDevServer = new webpackDevServer(clientCompiler, clientConfig.devServer)

if (process.argv[2] === "--mocked") {

0 comments on commit 6afe6fa

Please sign in to comment.