(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
@@ -145,7 +145,7 @@ static BOOL debugLeaks;
[$(@"SOGoFolder") soClass];
/* load products */
[[SOGoProductLoader productLoader] loadAllProducts];
[[SOGoProductLoader productLoader] loadAllProducts: YES];
}
- (id) init