mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 02:15:08 +00:00
(fix) avoid showing debug info when not needed (fixes #3726)
This commit is contained in:
+1
-1
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user