Skip to content

Commit 8345dee

Browse files
authored
fix: remove debug statement
1 parent a521f28 commit 8345dee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database.php

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public function delete(\Scrawler\Arca\Model $model) : mixed
227227
public function get(String $table, mixed $id=null) : mixed
228228
{
229229
if (is_null($id)) {
230-
print('Get All Called \r \n');
231230
return $this->recordManager->getAll($table);
232231
}
233232

0 commit comments

Comments
 (0)