mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 07:41:30 +02:00
Minor adjustment to previous commit (removing development output)
This commit is contained in:
@@ -299,11 +299,7 @@ class InputfieldToggle extends Inputfield {
|
||||
if(!$f) return "Unable to load Inputfield";
|
||||
$f->val($this->val());
|
||||
|
||||
$out = $f->render();
|
||||
|
||||
$out .= "<pre>" . print_r($this->getAllLabels(), true) . "</pre>";
|
||||
|
||||
return $out;
|
||||
return $f->render();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user