FS-7519: reverting part of f85a86e64d3ebcd34d63bc6239694e5a524760a1

This commit is contained in:
William King 2015-05-26 12:18:29 -04:00 committed by Michael Jerris
parent 7b1bc2e604
commit 2eda7eb3c3
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_av_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_av_shutdown);
SWITCH_MODULE_DEFINITION(mod_av, mod_av_load, mod_av_shutdown, NULL);
static const char modname[] = "mod_av";
static void log_callback(void *ptr, int level, const char *fmt, va_list vl)
{
switch_log_level_t switch_level = SWITCH_LOG_DEBUG;