Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 5cab3be67d
commit ca1467ef2e

@ -127,7 +127,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
[tableView deselectRowAtIndexPath:indexPath animated:YES];
if ([tableView cellForRowAtIndexPath:indexPath] == self.submitLogCell) {
DDLogDebug(@"%@ Submitting debug logs", self.tag);
DDLogInfo(@"%@ Submitting debug logs", self.tag);
[DDLog flushLog];
[Pastelog submitLogs];
} else if ([tableView cellForRowAtIndexPath:indexPath] == self.registerPushCell) {

Loading…
Cancel
Save