mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 06:14:54 +00:00
(fix) avoid showing debug info when not needed (fixes #3726)
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ static BOOL debugLeaks;
|
||||
[$(@"SOGoFolder") soClass];
|
||||
|
||||
/* load products */
|
||||
[[SOGoProductLoader productLoader] loadAllProducts];
|
||||
[[SOGoProductLoader productLoader] loadAllProducts: YES];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
||||
Reference in New Issue
Block a user