OSDN Git Service

テストコードが残っていたので修正
authormasakih <masakih@users.sourceforge.jp>
Wed, 4 Jan 2017 02:18:49 +0000 (11:18 +0900)
committermasakih <masakih@users.sourceforge.jp>
Wed, 4 Jan 2017 02:18:49 +0000 (11:18 +0900)
KCD/HMResourceHistoryManager.m

index f1f1971..8eedc08 100644 (file)
@@ -149,9 +149,6 @@ void reduceResourceByConditions(HMResourceHistoryDataStore *resourceStore, NSArr
 
 - (void)reduce:(NSNotification *)notification
 {
-    NSLog(@"NSNotification fire!\n\n\n\nn\n\n");
-    return;
-    
        dispatch_queue_t queue = dispatch_queue_create("HMResourceHistoryManager", DISPATCH_QUEUE_SERIAL);
        dispatch_async(queue, ^{
                HMResourceHistoryDataStore *resourceStore = [HMResourceHistoryDataStore oneTimeEditor];