Skip to content

Commit

Permalink
removed var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Aug 15, 2017
1 parent 544b8ce commit 256e15a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ public function createUpdateQuery()
$where_clause = "id = '$id' ";
$sql = "UPDATE `$table` SET $val WHERE $where_clause LIMIT 1";
$prepared_query = $this->db_engine->prepare($sql);

var_dump($this->getClassCreateVariables());

foreach ($this->getClassCreateVariables() as $key => $value) {
$prepared_query->bindValue($key, $value);
Expand Down

0 comments on commit 256e15a

Please sign in to comment.