mirror of https://github.com/adamdruppe/arsd.git
Remove leftover debug{writeln();}
This commit is contained in:
parent
38301f1507
commit
a391b8dad9
|
@ -626,14 +626,6 @@ struct SubPixmap {
|
||||||
+/
|
+/
|
||||||
int sourceOffsetOf(Point pos) {
|
int sourceOffsetOf(Point pos) {
|
||||||
pos = (pos + offset);
|
pos = (pos + offset);
|
||||||
debug {
|
|
||||||
import std.stdio : writeln;
|
|
||||||
|
|
||||||
try {
|
|
||||||
writeln(pos);
|
|
||||||
} catch (Exception) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return linearOffset(pos, source.width);
|
return linearOffset(pos, source.width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue