Remove rogue message print.

This commit is contained in:
yukirij 2024-09-01 16:44:56 -07:00
parent cb4eeb2640
commit 2dabac08cd

View File

@ -565,7 +565,6 @@ const INTERFACE = {
ctx.fillStyle = INTERFACE.Color.TextDark;
ctx.textBaseline = "top";
ctx.textAlign = "center";
ctx.fillText(message, gui_margin, height - gui_margin);
for(let i = 0; i < 4; ++i) {
let x = basis_x + (1.5 * radius * i);
let y = basis_y + (gui_scale * (1.15 + i));