Browse Source

UI-2865: remove console.log

4.3
Jean-Roch Maitre 8 years ago
parent
commit
afbd8ed43b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/callLogs/callLogs.js

+ 1
- 1
submodules/callLogs/callLogs.js View File

@ -113,7 +113,7 @@ define(function(require) {
fromDate = params.fromDate,
toDate = params.toDate,
startKey = params.nextStartKey;
console.log(cdrs);
setTimeout(function() {
template.find('.search-query').focus();
});


Loading…
Cancel
Save