]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 8 Oct 2008 01:25:42 +0000 (01:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 8 Oct 2008 01:25:42 +0000 (01:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9890 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index f7219d593e17adf2d28009a8b3d96cf3203e344b..788f9c4c88e4ebd1e05d0b740e8eed107df2d180 100644 (file)
@@ -232,7 +232,7 @@ SWITCH_STANDARD_API(eval_function)
                        switch_core_session_rwunlock(session);
                }
        }
-       printf("WTF [%s\n", input);
+
        expanded = switch_event_expand_headers(event, input);
        
        stream->write_function(stream, "%s", expanded);