chore: remove some debug output

This commit is contained in:
Lea Anthony
2019-09-19 08:57:40 +10:00
parent 7d86b0f7c4
commit c375c281ee

View File

@@ -170,16 +170,12 @@ func (w *WebView) Exit() {
// Run the window main loop
func (w *WebView) Run() error {
w.log.Info("Run()")
w.log.Info("Running...")
// Runtime assets
wailsRuntime := mewn.String("../../runtime/assets/wails.js")
w.log.Info("1")
w.evalJS(wailsRuntime)
w.log.Info("2")
// Ping the wait channel when the wails runtime is loaded
w.eventManager.On("wails:loaded", func(...interface{}) {