OSDN Git Service

テスト用ログが出力したままであったの修正
authormasakih <masakih@users.sourceforge.jp>
Mon, 5 Sep 2016 13:19:18 +0000 (22:19 +0900)
committermasakih <masakih@users.sourceforge.jp>
Mon, 5 Sep 2016 13:19:18 +0000 (22:19 +0900)
KCD/HMTimeSignalNotifier.m

index 141c6e0..062470b 100644 (file)
@@ -101,7 +101,6 @@ static HMTimeSignalNotifier *sInstance = nil;
     comp.minute = 60 - self.notifyTimeBeforeTimeSignal;
     
     NSDate *notifyDate = [cal dateFromComponents:comp];
-    NSLog(@"notify date -> %@", notifyDate);
     
     self.timer = [NSTimer scheduledTimerWithTimeInterval:[notifyDate timeIntervalSinceNow]
                                                   target:self