From: arno Date: Sun, 15 Aug 2010 14:09:12 +0000 (+0200) Subject: removes debug X-Git-Tag: v0.2~46 X-Git-Url: https://dev.renevier.net/?p=syj.git;a=commitdiff_plain;h=f35ee92c9c18e4604be3a6ed8590cff6505a3200 removes debug --- diff --git a/application/models/PathMapper.php b/application/models/PathMapper.php index 1e0e973..8db1e27 100644 --- a/application/models/PathMapper.php +++ b/application/models/PathMapper.php @@ -25,7 +25,6 @@ class Syj_Model_PathMapper $db = $this->getDbTable()->getAdapter(); $expr = $db->quoteInto('seq_attained_value(?)', array('paths_id_seq', (int)$id)); $select = $db->select()->from(new Zend_Db_Expr($expr)); - print $select->assemble(); $row = $db->fetchRow($select); return $row['t']; }