Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Aug 13, 2024
1 parent 1f38376 commit 2580f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/assets/zscript/statusbar/hxddstatusbar.zs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class HXDDStatusBar : BaseStatusBar {
if (invProg) {
if (invProg.defaultStatusBar) {
self.defaultStatusBar = invProg.defaultStatusBar;
console.printf("%s", invProg.defaultStatusBar);
}
}
}
Expand Down

0 comments on commit 2580f23

Please sign in to comment.