зеркало из https://github.com/mozilla/lightbeam.git
Demote another frequent but unhelpful console message
This commit is contained in:
Родитель
bc742179c0
Коммит
e717e84867
|
@ -517,7 +517,7 @@ var debounce = function debounce(func, wait, immediate) {
|
|||
aggregate.update = debounce(function update() {
|
||||
// FIXME: maybe not for list view
|
||||
if (global.currentVisualization && global.currentVisualization.name !== 'graph') {
|
||||
console.log('do not update aggregate for view', currentVisualization.name);
|
||||
console.debug('do not update aggregate for view', currentVisualization.name);
|
||||
}
|
||||
if (aggregate.initialized) {
|
||||
global.filteredAggregate = aggregate.filters[aggregate.currentFilter]();
|
||||
|
|
Загрузка…
Ссылка в новой задаче