removed state mach printf
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 18 Mar 2013 07:15:55 +0000 (07:15 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 18 Mar 2013 07:15:55 +0000 (07:15 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1212 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/fdmdv.c

index 76dbdc861491ce2a000419ba506a827e5aa35a44..2ca7d7e0623d8fb3c8f5a07c3b3597b1cb80ffc4 100644 (file)
@@ -1235,7 +1235,7 @@ int freq_state(int sync_bit, int *state, int *timer, int *sync_mem)
        break;
     }
 
-    printf("state: %d next_state: %d uw: %d timer: %d\n", *state, next_state, unique_word, *timer);
+    //printf("state: %d next_state: %d uw: %d timer: %d\n", *state, next_state, unique_word, *timer);
     *state = next_state;
     if (*state)
        sync = 1;