mirror of https://github.com/node-red/node-red.git
remove console debugging
parent
9008f063c3
commit
cfb7406fb8
|
@ -478,7 +478,7 @@ RED.palette.editor = (function() {
|
|||
if (catalogSelection.length === 0) {
|
||||
// sidebar not yet loaded (red-catalogue-filter-select is not in dom)
|
||||
if (maxRetry > 0) {
|
||||
console.log("updateCatalogFilter: sidebar not yet loaded, retrying in 100ms")
|
||||
// console.log("updateCatalogFilter: sidebar not yet loaded, retrying in 100ms")
|
||||
// try again in 100ms
|
||||
setTimeout(() => {
|
||||
updateCatalogFilter(catalogEntries, maxRetry - 1)
|
||||
|
|
Loading…
Reference in New Issue