Remove debug `console.log()' from `provideSelectionCount()'

refs #7654
This commit is contained in:
Alexander Fuhr 2014-11-14 10:18:47 +01:00
parent 540a8c7aa4
commit 6ee0c218e9
1 changed files with 0 additions and 2 deletions

View File

@ -480,8 +480,6 @@
provideSelectionCount: function() {
var $count = $('.selection-info-count');
console.log(selectionData);
if (typeof selectionData === 'undefined' || selectionData === null) {
$count.text(0);
return;