summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-03 17:38:04 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:52:03 +0100
commitdf9e43c61d018d373786d09b5baf65b1a7457c08 (patch)
tree8a3e0eff9b7311b2e0ad86e9424ffeafc81af037 /ios
parent360f741d685835002ca89bcab97d1fa63376bfdd (diff)
Reduce NSLog verbiage a bit
Change-Id: I362acb92da88f9e348b33414cdc31cd83bfe1eac
Diffstat (limited to 'ios')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m2
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileParametersViewController.m1
2 files changed, 1 insertions, 2 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m
index 89267e5c8fd2..779b84dd1797 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m
@@ -181,7 +181,7 @@ static const CGFloat DEFAULT_STEP_VALUE = 1;
-(void)extractMode:(MLOTestingTileParametersMode) mode{
MLOTestingTileParameterExtractor extractor = [self getExtractor:mode];
if(extractor!=nil){
- NSLog(@"%@ extract %@",self,MLOTestingTileParametersModeString(mode));
+ // NSLog(@"%@ extract %@",self,MLOTestingTileParametersModeString(mode));
extractor([self currentDataValue]);
}
}
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileParametersViewController.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileParametersViewController.m
index 52d7b644f2de..681693d38319 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileParametersViewController.m
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileParametersViewController.m
@@ -159,7 +159,6 @@ static const CGFloat RENDER_BUTTON_HEIGHT = 50.0f;
}
-(void)renderTile{
- NSLog(@"%@ renderTile",self);
for (MLOTestingTileParameter * param in self.params) {
[param extractMode:self.mode];
}