(fix) avoid showing debug info when not needed (fixes #3726)

This commit is contained in:
Ludovic Marcotte
2016-06-13 09:16:08 -04:00
parent 78b5548d20
commit 2b8dbff9ec
4 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ main (int argc, char **argv, char **env)
pool = [NSAutoreleasePool new];
/* load products */
[[SOGoProductLoader productLoader] loadAllProducts];
[[SOGoProductLoader productLoader] loadAllProducts: NO];
[SOGoSystemDefaults sharedSystemDefaults];
setupUserDefaults ();