mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove console debugging
This commit is contained in:
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
Block a user