fix: remove forgotten debug message

This commit is contained in:
Cornelius Weiß 2007-05-19 15:59:58 +00:00
parent 337fd31119
commit 116f97e59c

View File

@ -166,7 +166,7 @@
function import_var($name, $value,$is_root=False,$export_xml=False)
{
echo "<p>import_var: this->indentstring='$this->indentstring'</p>\n";
//echo "<p>import_var: this->indentstring='$this->indentstring'</p>\n";
$node =& new xmltool('node',$name,$this->indentstring);
switch (gettype($value))
{