remove debug code
This commit is contained in:
Родитель
a622638182
Коммит
a424d6e440
|
@ -64,7 +64,7 @@
|
|||
|
||||
NSLog(@"Data length : %lu", reportData.length);
|
||||
|
||||
STAssertEquals(reportData.length, 0, @"lengh should be > 0");
|
||||
STAssertTrue(reportData.length > 0, @"lengh should be > 0");
|
||||
|
||||
/* Try parsing the result */
|
||||
PLCrashReport *report = [[PLCrashReport alloc] initWithData: reportData error: &error];
|
||||
|
|
Загрузка…
Ссылка в новой задаче