undo testing log setup

This commit is contained in:
Dan Ballard 2019-07-29 13:43:35 -07:00
parent eca82ae45d
commit 741443bcf3
1 changed files with 1 additions and 2 deletions

View File

@ -54,6 +54,7 @@ func main() {
//log.ExcludeFromPattern("connection/connection")
//log.ExcludeFromPattern("outbound/3dhauthchannel")
//log.ExcludeFromPattern("event/eventmanager")
//log.AddNothingExceptFilter("connections/peerserverconnection")
if os.Getenv("CWTCH_FOLDER") != "" {
the.CwtchDir = os.Getenv("CWTCH_FOLDER")
@ -90,12 +91,10 @@ func mainService() {
log.Infoln("I am the service")
log.Infoln("Starting a cwtch app...")
go loadNetworkingAndFiles(nil, true, false)
//app := androidextras.NewQAndroidService(len(os.Args), os.Args)
app := gui.NewQGuiApplication(len(os.Args), os.Args)
log.Infoln("Cwtch Service starting app.Exec")
app.Exec()
}
func mainUi(flagLocal bool, flagClientUI bool) {