Skip to content

Commit f62c1c1

Browse files
authored
Merge branch 'sugarlabs:master' into testtempo
2 parents c8c44ed + 895b769 commit f62c1c1

File tree

4 files changed

+1265
-5
lines changed

4 files changed

+1265
-5
lines changed

js/logo.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,7 @@ class Logo {
760760
default:
761761
// Is it a plugin?
762762
if (logo.blockList[blk].name in logo.evalArgDict) {
763-
// eslint-disable-next-line no-console
764-
console.log("running eval on " + logo.blockList[blk].name);
763+
// Debug logging removed to avoid console noise in production
765764
eval(logo.evalArgDict[logo.blockList[blk].name]);
766765
} else {
767766
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)