remove console debugging

pull/4248/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)