remove some debug output

This commit is contained in:
Lars Kneschke 2004-02-05 22:14:23 +00:00
parent 594154f2c9
commit 0e71634b77

View File

@ -905,7 +905,6 @@
$i++; $i++;
} }
$val = implode('&',$vars); $val = implode('&',$vars);
echo $val;
return $val; return $val;
} }