Removed logging of post data

This commit is contained in:
Kevin Crider 2013-09-18 12:37:01 -04:00
parent b0c5732620
commit 4430399b1e
1 changed files with 113 additions and 114 deletions

View File

@ -172,8 +172,8 @@
}
}
}
public function reorder() {
$this->log(print_r($this->data['Monitor'],true));
foreach ($this->data['Monitor'] as $key => $value) {
$this->log($value);
$this->Monitor->id = $value;
@ -183,5 +183,4 @@
}
}
?>