Fix:gui/qml:Removed debug information
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 2 Apr 2010 09:19:55 +0000 (09:19 +0000)
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 2 Apr 2010 09:19:55 +0000 (09:19 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3114 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/gui/qml/skins/navit/ToggleButton.qml.in

index ac86c27..a633757 100644 (file)
@@ -23,13 +23,10 @@ import Qt 4.6
                        togglebutton.stOn = "true";
         else if (togglebutton.stOn == "0" ) 
                togglebutton.stOn = "false";
-       console.log("stOn now: "+togglebutton.stOn);
-       console.log("state now: "+togglebutton.state);
          if (togglebutton.stOn == "true")
              togglebutton.state = "on";
          else
              togglebutton.state = "off";
-            console.log("state now: "+togglebutton.state);
      }
 
      Component.onCompleted: startup();