Remove Console.Log
This commit is contained in:
parent
9cd0059853
commit
054a07f84f
1 changed files with 1 additions and 1 deletions
2
dist/js/main.js
vendored
2
dist/js/main.js
vendored
|
@ -813,7 +813,7 @@ function getConfigUrl() {
|
||||||
renameKey(defaultExport, 'operating_mode', 'm')
|
renameKey(defaultExport, 'operating_mode', 'm')
|
||||||
}
|
}
|
||||||
renameKey(defaultExport, 'subnets', 's')
|
renameKey(defaultExport, 'subnets', 's')
|
||||||
console.log(JSON.stringify(defaultExport))
|
//console.log(JSON.stringify(defaultExport))
|
||||||
return '/index.html?c=' + urlVersion + LZString.compressToEncodedURIComponent(JSON.stringify(defaultExport))
|
return '/index.html?c=' + urlVersion + LZString.compressToEncodedURIComponent(JSON.stringify(defaultExport))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue