Skip to content

Commit 4c9c8bc

Browse files
Removed "selecting" trae
1 parent 50811c1 commit 4c9c8bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MySimpleORM/Mapper/Database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public function select($table, $columns = null, $wheres = null, $joins = null, $
105105
$return = array();
106106

107107
if ($table != "" || $table != null) {
108-
echo "selecting!!\n";
109108
//Open up connection
110109
$this->connect();
111110

0 commit comments

Comments
 (0)