git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16314 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -615,7 +615,6 @@ abstract class Zend_Db_Adapter_Abstract
public function delete($table, $where = '')
{
$where = $this->_whereExpr($where);
- echo $where . ' ';
/**
* Build the DELETE statement