From 347df91ac35bf70bfe0cf64353ca5a4efce46004 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 30 Jun 2014 17:05:21 +0200 Subject: [PATCH] Removing console.log --- main/admin/session_list.php | 1 - main/template/default/agenda/month.tpl | 1 - main/template/default/learnpath/record_voice.tpl | 1 - 3 files changed, 3 deletions(-) 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, {