diff -r 7ae46452fb10 -r 97f3ff94976f loudmouth/lm-parser.c --- a/loudmouth/lm-parser.c Sat May 11 22:14:44 2019 +0200 +++ b/loudmouth/lm-parser.c Sat May 11 22:15:56 2019 +0200 @@ -161,10 +161,6 @@ //cur_node->name doesn't have namespace prefix anymore, node_name does. if (strcmp (parser->cur_node->name, node_name_unq) != 0) { - if (strcmp (node_name, "stream:stream")) { - g_print ("Got an stream:stream end\n"); - } - g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_PARSER, "Trying to close node that isn't open: %s", node_name_unq);