Skip to content

Commit

Permalink
remove debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
tracyharton committed Nov 24, 2009
1 parent ca08ffd commit 4d61719
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MapView/Map/RMTileImageSet.m
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ -(void) removeTiles: (RMTileRect)rect

-(void) removeAllTiles
{
NSLog(@"removeAllTiles");

NSArray * imagelist = [images allObjects];
for (RMTileImage * img in imagelist) {
NSUInteger count = [images countForObject:img];
Expand All @@ -123,7 +121,6 @@ -(void) removeAllTiles

- (void) setTileSource: (id<RMTileSource>)newTileSource
{
RMLog(@"tileimageSet setTileSource");
[self removeAllTiles];

tileSource = newTileSource;
Expand Down

0 comments on commit 4d61719

Please sign in to comment.