Removing console.log

1.9.x
Julio Montoya 12 years ago
parent dd2dbe8432
commit 347df91ac3
  1. 1
      main/admin/session_list.php
  2. 1
      main/template/default/agenda/month.tpl
  3. 1
      main/template/default/learnpath/record_voice.tpl

@ -62,7 +62,6 @@ $actions = '
$(function() {
$("#course_name").on("change", function() {
var courseId = $(this).val();
console.log(courseId);
window.location = "'.$url.'?course_id="+courseId;
});
});

@ -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 %}

@ -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, {

Loading…
Cancel
Save