Removed logging line from deleteSelected function
This commit is contained in:
parent
c6bbdac0d7
commit
0cf11adb99
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue