Remove debug print.

master^2
SFENCE 2022-05-09 06:50:54 +02:00
parent b3405c7eb7
commit 56bedcdf91
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ laptop.register_app("painting", {
for x = 1,data.resolution do
local key = "pixel_"..y.."_"..x
if fields[key] then
print("clicked "..key)
local line = data.grid[y] or {}
line[x] = data.brush_color..""
return