[v2] Tidy up console output

This commit is contained in:
Lea Anthony
2021-09-25 11:34:54 +10:00
parent ad25c256f9
commit b5bc0ba181
4 changed files with 14 additions and 16 deletions

View File

@@ -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)
}