MINOR removed debugging statement (from r88627)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89184 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-10-15 22:24:35 +00:00
parent b25427c732
commit 5082cd8ffb

View File

@ -134,7 +134,6 @@ class CheckboxSetField extends OptionsetField {
*/
function saveInto(DataObject $record) {
$fieldname = $this->name ;
var_dump($this);die();
if($fieldname && $record && ($record->has_many($fieldname) || $record->many_many($fieldname))) {
$idList = array();
if($this->value) foreach($this->value as $id => $bool) {