Skip to content

Commit f125040

Browse files
committed
removed sanity text
1 parent df38f3d commit f125040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,6 @@ public function all()
868868
$queryString = "SELECT * FROM `$table` WHERE 1 $this->order_by";
869869

870870
if ($this->fetchCache($queryString)) {
871-
echo "fetch cache";
872871
return $this->fetchCache($queryString);
873872
}
874873

0 commit comments

Comments
 (0)