]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wtf
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 22 Oct 2011 00:50:08 +0000 (19:50 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 22 Oct 2011 00:50:08 +0000 (19:50 -0500)
src/switch_core.c

index a519da512ed10816f045dd1629f36dc95fa6c674..506c983c5eac909be227217c53542c98f663833c 100644 (file)
@@ -2023,7 +2023,6 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, void *
                break;
        case SCSC_SYNC_CLOCK_WHEN_IDLE:
                newintval = switch_core_session_sync_clock();
-               printf("WTF [%d]\n", newintval);
                break;
        case SCSC_PAUSE_INBOUND:
                if (oldintval) {