Remove console.log

This commit is contained in:
Nick O'Leary
2021-08-31 15:23:50 +01:00
parent 7026df7d96
commit b36dd62c50

View File

@@ -935,7 +935,6 @@ RED.tabs = (function() {
clearSelection: function() {
if (options.onselect) {
var selection = ul.find("li.red-ui-tab.selected");
console.log(selection.length)
if (selection.length > 0) {
selection.removeClass("selected");
selectionChanged();