Remove launcher from ui package, pmctl now does this

This commit is contained in:
Daniel
2019-03-13 10:46:15 +01:00
parent 9517b27a92
commit fbf7bf51d5
2 changed files with 0 additions and 76 deletions

View File

@@ -9,10 +9,5 @@ func init() {
}
func prep() error {
err := launchUIByFlag()
if err != nil {
return err
}
return registerRoutes()
}