XML Parser: removes unnecessary message from debug logs

Fix #44
This commit is contained in:
Felipe Zimmerle
2017-04-05 09:38:46 -03:00
parent ba070c9eaa
commit e2bbe9858f
2 changed files with 1 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ void XML::evaluate(Transaction *t,
/* Is there an XML document tree at all? */
if (t->m_xml->m_data.doc == NULL) {
/* Sorry, we've got nothing to give! */
t->debug(1, "XML: No XML document found, returning.");
return;
}