Explorar el Código

Undo comment in app delegate

Tanner Bennett hace 6 años
padre
commit
5dd856070e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Example/UICatalog/AAPLAppDelegate.m

+ 1 - 1
Example/UICatalog/AAPLAppDelegate.m

@@ -71,7 +71,7 @@
     [[FLEXManager sharedManager] showExplorer];
     [[FLEXManager sharedManager] setNetworkDebuggingEnabled:YES];
     [self sendExampleNetworkRequests];
-//    self.repeatingLogExampleTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(sendExampleLogMessage) userInfo:nil repeats:YES];
+    self.repeatingLogExampleTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(sendExampleLogMessage) userInfo:nil repeats:YES];
 
     [[NSUserDefaults standardUserDefaults] setObject:@"foo" forKey:@"FLEXExamplePrefFoo"];