Skip to content

Commit

Permalink
Remove some leftover logs to console
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Nov 30, 2023
1 parent 8fe0e8d commit 689da32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function scan_for_require_path(req_path) {

if (process.env.NODE_RED_HOME) {
found = path.join(process.env.NODE_RED_HOME, "..", req_path);
console.log("@f", found);
// console.log("@f", found);
if (fs.existsSync(found)) {
return found;
}
Expand Down Expand Up @@ -64,7 +64,7 @@ function scan_for_require_path(req_path) {
}
}

console.log(found);
// console.log(found);
return found;
}

Expand Down

0 comments on commit 689da32

Please sign in to comment.