]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Remove debug printf
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 26 May 2010 15:51:18 +0000 (17:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 26 May 2010 15:51:18 +0000 (17:51 +0200)
src/robofsm/common-states.cc

index 280b91b72be343cb99a2a2a83b7a35d8a890ecc6..832c616fa303d3a621d00437130afb12147b46cb 100644 (file)
@@ -37,7 +37,6 @@ static void actuators_home()
        static int tmp = 0;
        act_vidle(VIDLE_UP - tmp, VIDLE_FAST_SPEED);
        tmp = 1 - tmp;          // Force movement (we need to change the target position)
-       printf("tmp = %d\n", tmp);
 }
 
 void start_entry()