project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 4504 8906b2409d97
parent 4362 8dae325dc625
child 4754 a0fd8211c00f
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Sat Dec 11 01:00:00 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Sat Dec 11 01:55:16 2010 +0100
@@ -226,9 +226,6 @@
                                     [NSNumber numberWithInt:self.interfaceOrientation],@"orientation",
                                     nil];
 
-    // finally launch game and remove this controller
-    DLog(@"sending config %@", gameDictionary);
-
     NSDictionary *allDataNecessary = [NSDictionary dictionaryWithObjectsAndKeys:gameDictionary,@"game_dictionary", @"",@"savefile",
                                       [NSNumber numberWithBool:NO],@"netgame", nil];
     if (IS_IPAD())