Skip to content

Commit

Permalink
Removed "selecting" trae
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygauthier authored Apr 1, 2019
1 parent 50811c1 commit 4c9c8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MySimpleORM/Mapper/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public function select($table, $columns = null, $wheres = null, $joins = null, $
$return = array();

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

Expand Down

0 comments on commit 4c9c8bc

Please sign in to comment.