tests: Remove a noisy print

This commit is contained in:
Emmanuel Lepage Vallee 2021-10-28 21:10:26 -07:00
parent b4beb2308b
commit 90a2b003a2
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ end)
table.insert(steps, function(count)
if count == 1 then return end
print(paint_width, paint_height, screen[1].geometry.width, screen[1].geometry.height)
assert(paint_width == screen[1].geometry.width)
assert(paint_height == screen[1].geometry.height)