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:
parent
7026df7d96
commit
b36dd62c50
@ -935,7 +935,6 @@ RED.tabs = (function() {
|
|||||||
clearSelection: function() {
|
clearSelection: function() {
|
||||||
if (options.onselect) {
|
if (options.onselect) {
|
||||||
var selection = ul.find("li.red-ui-tab.selected");
|
var selection = ul.find("li.red-ui-tab.selected");
|
||||||
console.log(selection.length)
|
|
||||||
if (selection.length > 0) {
|
if (selection.length > 0) {
|
||||||
selection.removeClass("selected");
|
selection.removeClass("selected");
|
||||||
selectionChanged();
|
selectionChanged();
|
||||||
|
Loading…
Reference in New Issue
Block a user