diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm index 7682d2c7ce..059f696f58 100644 --- a/iphone/Maps/Classes/MapsAppDelegate.mm +++ b/iphone/Maps/Classes/MapsAppDelegate.mm @@ -218,9 +218,6 @@ void InitLocalizedStrings() NSString * advertiserId = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MobileAppTrackerAdvertiserId"]; NSString * conversionKey = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MobileAppTrackerConversionKey"]; [[MobileAppTracker sharedManager] startTrackerWithMATAdvertiserId:advertiserId MATConversionKey:conversionKey]; -#if DEBUG - [[MobileAppTracker sharedManager] setDebugMode:YES]; -#endif if ([[NSUserDefaults standardUserDefaults] boolForKey:FIRST_LAUNCH_KEY]) [[MobileAppTracker sharedManager] trackInstall]; else