1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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