diff --git a/livesupport/modules/htmlUI/var/templates/loader/index.tpl b/livesupport/modules/htmlUI/var/templates/loader/index.tpl
index 318c92a56..f2461a35b 100755
--- a/livesupport/modules/htmlUI/var/templates/loader/index.tpl
+++ b/livesupport/modules/htmlUI/var/templates/loader/index.tpl
@@ -4,12 +4,12 @@
diff --git a/livesupport/modules/htmlUI/var/templates/loader/preloader.swf b/livesupport/modules/htmlUI/var/templates/loader/preloader.swf
deleted file mode 100755
index ef26134f8..000000000
Binary files a/livesupport/modules/htmlUI/var/templates/loader/preloader.swf and /dev/null differ
diff --git a/livesupport/modules/htmlUI/var/ui_scheduler.class.php b/livesupport/modules/htmlUI/var/ui_scheduler.class.php
index 7f3399408..81d109c73 100755
--- a/livesupport/modules/htmlUI/var/ui_scheduler.class.php
+++ b/livesupport/modules/htmlUI/var/ui_scheduler.class.php
@@ -133,7 +133,7 @@ class uiScheduler extends uiCalendar
'creator' => $this->Base->_getMDataValue($this->Base->gb->_idFromGunid($val['playlistId']), UI_MDATA_KEY_CREATOR),
);
}
- print_r($items);
+ #print_r($items);
return $items;
}
@@ -149,7 +149,7 @@ class uiScheduler extends uiCalendar
$arr[$key]['pos'] = $this->_datetime2timestamp($val['start']);
$arr[$key]['span'] = date('H', $this->_datetime2timestamp($val['end'])) - date('H', $this->_datetime2timestamp($val['start'])) +1;
}
- print_r($arr);
+ #print_r($arr);
return $arr;
}