From 041a8f0d008e0ec975cbe8dedb7a3aae8336c4ea Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 28 Apr 2010 15:21:37 -0500 Subject: [PATCH] remove debug printf left behind in previous commit --- src/switch_core_sqldb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 1e0d4e9d89..c93e53022a 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -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: {