BathyScapheの中身をぐちゃぐちゃに
修订版 | 7947c740a71b3d406d5d91c023d2717dfe546b47 (tree) |
---|---|
时间 | 2012-07-22 00:19:14 |
作者 | masakih <masakih@b61f...> |
Commiter | masakih |
stop debug-log output :)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/bathyscaphe/bathyscaphe/trunk@1448 b61fe662-1e22-0410-9ebe-d5d0f6be7d5c
@@ -115,9 +115,6 @@ | ||
115 | 115 | [_boards addObject:boardName]; |
116 | 116 | } |
117 | 117 | } |
118 | - | |
119 | - fprintf(stderr, "Board number are %ld\n", [_boards count]); | |
120 | -// NSLog(@"collected board names \n%@", _boards); | |
121 | 118 | } |
122 | 119 | |
123 | 120 | static BOOL isBoardLivedoor(NSURL *boardURL) |
@@ -188,8 +185,6 @@ static BOOL isBoardLivedoor(NSURL *boardURL) | ||
188 | 185 | [_updateData setObject:infos forKey:boardName]; |
189 | 186 | } |
190 | 187 | }); |
191 | -// if(self.isInterrupted) return; | |
192 | -// NSLog(@"Collected informations \n%@", _updateData); | |
193 | 188 | } |
194 | 189 | |
195 | 190 | static inline BOOL isNSNullOrNil(id obj) |
@@ -270,7 +265,6 @@ static inline BOOL isUpdatedThread(NSInteger readCount, NSString *numString, NSI | ||
270 | 265 | return; |
271 | 266 | } |
272 | 267 | |
273 | - NSLog(@"Begin update"); | |
274 | 268 | // Boardを収集 |
275 | 269 | self.message = NSLocalizedString(@"Collecting Board informations.", nil); |
276 | 270 | [self collectTargetBoards]; |
@@ -289,7 +283,6 @@ static inline BOOL isUpdatedThread(NSInteger readCount, NSString *numString, NSI | ||
289 | 283 | |
290 | 284 | if(self.isInterrupted) return; |
291 | 285 | [self.targetList updateCursor]; |
292 | - NSLog(@"End update"); | |
293 | 286 | } |
294 | 287 | |
295 | 288 | @end |