diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index 6729b4fde..5c5020459 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -28,8 +28,6 @@ $(document).ready(function(){ $("#combo-box").change(function(eventObject){ var elem = $("#combo-box option:selected"); - console.log(elem); - setjPlayer(elem.attr("data-url"), elem.attr("data-type"), elem.attr("server-type")); });