Removed debugging
This commit is contained in:
@@ -186,7 +186,6 @@ class mfBaseModel {
|
||||
} else {
|
||||
if($this->db->insert($this->table, $fields, $forcestr)) {
|
||||
$id = $this->db->insert_id;
|
||||
var_dump($id);
|
||||
$this->id = $id;
|
||||
$this->saved++;
|
||||
if(method_exists($this, "afterSave")) {
|
||||
|
||||
Reference in New Issue
Block a user