Removed logging line from deleteSelected function

This commit is contained in:
Kevin Crider 2013-09-18 15:55:50 -04:00
parent c6bbdac0d7
commit 0cf11adb99
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ public function index() {
}
public function deleteSelected() {
$this->log(print_r($this->data['Events'], true));
foreach($this->data['Events'] as $key => $value) {
$this->Event->delete($value);
}