remove console debugging

This commit is contained in:
Stephen McLaughlin 2023-07-13 20:28:24 +01:00 committed by GitHub
parent 50f11faf1f
commit 0d73a4b013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ RED.palette.editor = (function() {
function _refreshNodeModule(module) {
console.log("refresh",module);
if (!nodeEntries.hasOwnProperty(module)) {
nodeEntries[module] = {info:RED.nodes.registry.getModule(module)};
var index = [module];