]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug printf left behind in previous commit
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Apr 2010 20:21:37 +0000 (15:21 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Apr 2010 20:21:37 +0000 (15:21 -0500)
src/switch_core_sqldb.c

index 1e0d4e9d89aee7369056ce36c90acbc502851c14..c93e53022a8fb4347bda2b2ca7134fe2bb5e0664 100644 (file)
@@ -958,7 +958,6 @@ static void core_event_handler(switch_event_t *event)
        case SWITCH_EVENT_CHANNEL_DESTROY:
                sql = switch_mprintf("delete from channels where uuid='%q' and hostname='%q'",
                                                         switch_event_get_header_nil(event, "unique-id"), switch_core_get_variable("hostname"));
-               printf("%s\n", sql);
                break;
        case SWITCH_EVENT_CHANNEL_UUID:
                {