Skip to content

Commit

Permalink
removed some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop committed Jul 30, 2015
1 parent 0eb65b7 commit 17c3a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/libraries/icms/data/avatar/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function &getObjects($criteria = null, $id_as_key = false) {
$start = $criteria->getStart();
}
$result = $this->db->query($sql, $limit, $start);
var_dump($sql);
if (!$result) {
return $ret;
}
Expand Down

0 comments on commit 17c3a81

Please sign in to comment.