debug info removed

pull/195/head
iglocska 2013-09-10 10:49:46 +02:00
parent 494827e76d
commit de372d469d
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ class EventsController extends AppController {
$temp = 0;
$pivot['children'] = array_values($pivot['children']);
foreach ($pivot['children'] as $k => $v) {
if($pivot['id'] == 49) debug($max);
$pivot['children'][$k]['height'] = ($temp+$k)*50;
$temp += $this->__arrangePivotVertical($pivot['children'][$k]);
if ($k == $max) $temp = $pivot['children'][$k]['height'] / 50;