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:16 +01:00 committed by GitHub
parent cfb7406fb8
commit 50f11faf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -472,7 +472,6 @@ RED.palette.editor = (function() {
* @param {[{url:String, name:String, updated_at:String, modules_count:Number}]} catalogEntries * @param {[{url:String, name:String, updated_at:String, modules_count:Number}]} catalogEntries
*/ */
function updateCatalogFilter(catalogEntries, maxRetry = 3) { function updateCatalogFilter(catalogEntries, maxRetry = 3) {
console.log("updateCatalogFilter", catalogEntries, maxRetry)
// clean up existing filters // clean up existing filters
const catalogSelection = $('#red-catalogue-filter-select') const catalogSelection = $('#red-catalogue-filter-select')
if (catalogSelection.length === 0) { if (catalogSelection.length === 0) {