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
cfb7406fb8
commit
50f11faf1f
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user