|
From: <gem...@li...> - 2012-11-29 13:18:21
|
Revision: 1048
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1048&view=rev
Author: matijsdejong
Date: 2012-11-29 13:18:11 +0000 (Thu, 29 Nov 2012)
Log Message:
-----------
Removed debugging code
Modified Paths:
--------------
trunk/library/classes/Gems/Default/TrackAction.php
Modified: trunk/library/classes/Gems/Default/TrackAction.php
===================================================================
--- trunk/library/classes/Gems/Default/TrackAction.php 2012-11-29 13:13:28 UTC (rev 1047)
+++ trunk/library/classes/Gems/Default/TrackAction.php 2012-11-29 13:18:11 UTC (rev 1048)
@@ -477,7 +477,7 @@
if ($data = $model->applyRequest($request)->loadFirst()) {
$this->setMenuParameters($data);
- MUtil_Echo::track($data);
+ // MUtil_Echo::track($data);
if ($data['grc_description']) {
$model->set('grc_description', 'label', $this->_('Rejection code'), 'formatFunction', array($this->translate, '_'));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|