Remove leftover debug{writeln();}

This commit is contained in:
Elias Batek 2024-10-06 01:34:18 +02:00
parent 38301f1507
commit a391b8dad9
1 changed files with 0 additions and 8 deletions

View File

@ -626,14 +626,6 @@ struct SubPixmap {
+/
int sourceOffsetOf(Point pos) {
pos = (pos + offset);
debug {
import std.stdio : writeln;
try {
writeln(pos);
} catch (Exception) {
}
}
return linearOffset(pos, source.width);
}
}