Removed debugging

This commit is contained in:
Frank Schubert
2025-01-30 20:53:38 +01:00
parent 20ee71f599
commit 10ecb1002a

View File

@@ -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")) {