From 5508a5db903162c7fcccc45efeea77f427288afb Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 14 Sep 2010 01:58:39 +0000 Subject: [PATCH] MINOR: removed debug statement --- code/editor/FieldEditor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/editor/FieldEditor.php b/code/editor/FieldEditor.php index b01020d..9eb4bc1 100755 --- a/code/editor/FieldEditor.php +++ b/code/editor/FieldEditor.php @@ -174,7 +174,6 @@ class FieldEditor extends FormField { */ public function addfield() { // get the last field in this form editor - Debug::show($this->form->getRecord()); $parentID = $this->form->getRecord()->ID; if($parentID) {