Remove console.log

This commit is contained in:
Nick O'Leary 2021-08-31 15:23:50 +01:00
parent 7026df7d96
commit b36dd62c50
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 1 deletions

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