js: remove debugging statements

This commit is contained in:
Frédéric Péters 2015-11-03 13:15:41 +01:00
parent 94c4e39fff
commit b16e6de751
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ $(function() {
var source_type = $('div.source div[data-source-type]').data('source-type');
var source_pk = $('div.source .active[data-source-pk]').data('source-pk');
$('.cell[data-zone-url]').each(function(idx, zone) {
console.log('refresh', zone);
$.ajax({url: $(zone).data('zone-url'),
data: {source_type: source_type,
source_pk: source_pk},
@ -371,7 +370,6 @@ $(function() {
if ($('.source-phone').length) {
var zone = $('.source-phone .source [data-zone-url]');
console.log('zone', zone);
function check_calls() {
if ($('.phonecall').length) { /* active phone call */
} else {