Removed debug code

This commit is contained in:
Marc Ole Bulling
2022-03-12 09:00:46 +01:00
committed by GitHub
parent d9845cfc8d
commit 58acee8d11

View File

@@ -44,7 +44,7 @@ var password string
var serverStarted = false
const debugDisableAuth = true
const debugDisableAuth = false
// RunIfFirstStart checks if config files exist and if not start a blocking webserver for setup
func RunIfFirstStart() {