Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj committed Nov 27, 2017
1 parent b28e344 commit 4ccd5e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wuunderconnector/controllers/admin/AdminWuunderConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ private function getOrdersInfo()
CL.id_country=AD.id_country AND
CA.id_carrier=O.id_carrier
ORDER BY id_order DESC';
Logger::addLog($sql, 1);
Logger::addLog(json_encode(Db::getInstance()->ExecuteS($sql)), 1);
return Db::getInstance()->ExecuteS($sql);
}

Expand Down

0 comments on commit 4ccd5e3

Please sign in to comment.