Skip to content

Commit

Permalink
Removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwelles committed Feb 10, 2017
1 parent 5f28101 commit 4f72f4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
1 change: 0 additions & 1 deletion BeaconScanner/HGBeaconViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ - (id)init {
if (age > HGBeaconTimeToLiveInterval) {
NSUInteger index = 0;
for (HGBeacon *beacon in self.beacons) {
NSLog(@"is recording: %@", (self.isRecording ? @"true" : @"false"));
if ([beacon isEqualToBeacon:candidateBeacon] && ! self.isRecording) {
[self removeObjectFromBeaconsAtIndex:index];
didChange = YES;
Expand Down

0 comments on commit 4f72f4a

Please sign in to comment.