Oops, don't forget to remove var_dump(...)

This commit is contained in:
Mikael Nordfeldth 2015-06-04 22:34:28 +02:00
parent cafab14f2b
commit 50f0235654
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ abstract class Managed_DataObject extends Memcached_DataObject
static function getByPK(array $vals)
{
$classname = get_called_class();
var_dump($classname);
$pkey = static::pkeyCols();
if (is_null($pkey)) {