From 50f11faf1f5d1a06515a0526b937e750aeae3f76 Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:28:16 +0100 Subject: [PATCH] remove console debugging --- .../@node-red/editor-client/src/js/ui/palette-editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js index 2f64c4a1f..6f5bf5db2 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js @@ -472,7 +472,6 @@ RED.palette.editor = (function() { * @param {[{url:String, name:String, updated_at:String, modules_count:Number}]} catalogEntries */ function updateCatalogFilter(catalogEntries, maxRetry = 3) { - console.log("updateCatalogFilter", catalogEntries, maxRetry) // clean up existing filters const catalogSelection = $('#red-catalogue-filter-select') if (catalogSelection.length === 0) {