diff --git a/Mysql/Columns.php b/Mysql/Columns.php index fd777bb..bdf2e78 100644 --- a/Mysql/Columns.php +++ b/Mysql/Columns.php @@ -309,7 +309,6 @@ class Columns extends Component if (empty($column)) { throw new Exception("The table " . $table . " not exists."); } - var_dump($column); return $this->columns[$table] = $this->resolve($column, $table); } return $this->columns[$table];