(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 4a74f00adb
commit bd75eaf878
4 changed files with 20 additions and 16 deletions

View File

@@ -136,7 +136,7 @@ static BOOL debugLeaks;
[$(@"SOGoFolder") soClass];
/* load products */
[[SOGoProductLoader productLoader] loadAllProducts];
[[SOGoProductLoader productLoader] loadAllProducts: YES];
}
- (id) init