From f35ee92c9c18e4604be3a6ed8590cff6505a3200 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 15 Aug 2010 16:09:12 +0200 Subject: [PATCH] removes debug --- application/models/PathMapper.php | 1 - 1 file changed, 1 deletion(-) 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']; } -- 2.39.2