A little bit of code cleanup

This commit is contained in:
Diego Waxemberg
2014-12-28 21:40:44 -05:00
parent 5c488cf4aa
commit 4a08288d0d
3 changed files with 21 additions and 23 deletions

View File

@@ -57,7 +57,7 @@
}
- (void) connectionStarted {
printf("Connection started\n");
NSLog(@"Connection started");
dispatch_async(dispatch_get_main_queue(), ^{
[self.spinner stopAnimating];
[self.stageLabel setText:@"Waiting for first frame..."];