Turned off debugging code that was left on.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@594 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-17 02:52:47 +00:00
parent 170f660528
commit 377a4cc88c
4 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class DoubleEntry extends AppModel {
*/
function addDoubleEntry($entry1, $entry2, $entry1_tender = null) {
$this->prFunctionLevel(16);
//$this->prFunctionLevel(16);
$this->prEnter(compact('entry1', 'entry2', 'entry1_tender'));
$ret = array();