Commented out a bunch of Logging debug lines. There was a lot of output
being logged in the Zend log file.
This commit is contained in:
parent
a482a8fe07
commit
f69a172ee1
6 changed files with 15 additions and 20 deletions
|
@ -93,10 +93,7 @@ class Application_Model_Datatables {
|
|||
catch (Exception $e) {
|
||||
Logging::debug($e->getMessage());
|
||||
}
|
||||
|
||||
//display sql executed in airtime log for testing
|
||||
Logging::debug($sql);
|
||||
|
||||
|
||||
return array(
|
||||
"sEcho" => intval($data["sEcho"]),
|
||||
"iTotalDisplayRecords" => intval($totalDisplayRows),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue