removed an echo I left in ExecObject()

This commit is contained in:
seek3r 2001-08-05 16:51:53 +00:00
parent 5bbe1f8056
commit 17347d9bcb

View File

@ -101,7 +101,6 @@
{ {
/* Need to make sure this is working against a single dimensional object */ /* Need to make sure this is working against a single dimensional object */
$partscount = substr_count($object, '.'); $partscount = substr_count($object, '.');
echo 'partscount = '.$partscount;
if ($partscount == 2) if ($partscount == 2)
{ {
list($appname,$classname,$functionname) = explode(".", $object); list($appname,$classname,$functionname) = explode(".", $object);