diff --git a/be/Macrame.exe b/be/Macrame.exe index 41a40aa..297348f 100644 Binary files a/be/Macrame.exe and b/be/Macrame.exe differ diff --git a/be/Setup.exe b/be/Setup.exe index 94d791f..bbc0315 100644 Binary files a/be/Setup.exe and b/be/Setup.exe differ diff --git a/be/app/log.go b/be/app/log.go index 70e819e..e7202bd 100644 --- a/be/app/log.go +++ b/be/app/log.go @@ -21,5 +21,4 @@ func MCRMLogInit() { func MCRMLog(v ...interface{}) { log.Println(v...) // Logs to terminal as well - // fmt.Fprintln(logFile, v...) // Logs to log file } diff --git a/be/main.go b/be/main.go index 11cdf4d..c367cef 100644 --- a/be/main.go +++ b/be/main.go @@ -23,7 +23,7 @@ func main() { apiInit(w, r) }) - // helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT")) + helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT")) app.MCRMLog("Listening on http://localhost:" + helper.EnvGet("MCRM__PORT"))