Demote another frequent but unhelpful console message

This commit is contained in:
Francois Marier 2015-01-23 16:44:41 +13:00
Родитель bc742179c0
Коммит e717e84867
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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]();