mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: removed debug statement
This commit is contained in:
parent
48fbd30bc4
commit
5508a5db90
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user