Removing debug code

This commit is contained in:
Matthias Koefferlein
2026-08-22 23:25:16 +02:00
parent e8e2f981fe
commit 2e2af5cc4c
-1
View File
@@ -450,7 +450,6 @@ class LAYLayoutView_TestClass < TestBase
img = lv.get_pixels_with_options(500, 500, 1, 1, 1.0, RBA::DBox::new)
au = RBA::PixelBuffer.read_png(File.join($ut_testsrc, "testdata/lay/au_lv1.png"))
img.write_png("/home/matthias/tmp.png")
if au
assert_equal(au == img, true)
end