MINOR: removed debug statement

This commit is contained in:
Will Rossiter 2010-09-14 01:58:39 +00:00
parent 48fbd30bc4
commit 5508a5db90

View File

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