diff --git a/main/admin/session_list.php b/main/admin/session_list.php index 670e544612..e4709b9cbb 100755 --- a/main/admin/session_list.php +++ b/main/admin/session_list.php @@ -62,7 +62,6 @@ $actions = ' $(function() { $("#course_name").on("change", function() { var courseId = $(this).val(); - console.log(courseId); window.location = "'.$url.'?course_id="+courseId; }); }); diff --git a/main/template/default/agenda/month.tpl b/main/template/default/agenda/month.tpl index 0453a8e310..46b10c1bee 100755 --- a/main/template/default/agenda/month.tpl +++ b/main/template/default/agenda/month.tpl @@ -265,7 +265,6 @@ $(document).ready(function() { {% if type != 'admin' %} $('#visible_to_read_only').show(); - console.log(calEvent.sent_to); $("#visible_to_read_only_users").html(calEvent.sent_to); {% endif %} diff --git a/main/template/default/learnpath/record_voice.tpl b/main/template/default/learnpath/record_voice.tpl index 7dbfd2b7ad..e393642631 100755 --- a/main/template/default/learnpath/record_voice.tpl +++ b/main/template/default/learnpath/record_voice.tpl @@ -222,7 +222,6 @@ $(document).ready(function() { function(stream) { if (window.IsChrome) stream = new window.MediaStream(stream.getAudioTracks()); preview.src = myURL.createObjectURL(stream); - console.log(preview.src); preview.play(); recordAudio = RecordRTC(stream, {