mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
[v2] Tidy up console output
This commit is contained in:
@@ -146,6 +146,5 @@ func (e *Events) notifyBackend(eventName string, data ...interface{}) {
|
||||
}
|
||||
|
||||
func (e *Events) AddFrontend(appFrontend frontend.Frontend) {
|
||||
println("Adding frontend", appFrontend)
|
||||
e.frontend = append(e.frontend, appFrontend)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user