1
0
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:
Stephen McLaughlin 2023-07-13 20:28:09 +01:00 committed by GitHub
parent 9008f063c3
commit cfb7406fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,7 +478,7 @@ RED.palette.editor = (function() {
if (catalogSelection.length === 0) { if (catalogSelection.length === 0) {
// sidebar not yet loaded (red-catalogue-filter-select is not in dom) // sidebar not yet loaded (red-catalogue-filter-select is not in dom)
if (maxRetry > 0) { 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 // try again in 100ms
setTimeout(() => { setTimeout(() => {
updateCatalogFilter(catalogEntries, maxRetry - 1) updateCatalogFilter(catalogEntries, maxRetry - 1)