diff --git a/pixmappaint.d b/pixmappaint.d index 83b5c0e..d7d4363 100644 --- a/pixmappaint.d +++ b/pixmappaint.d @@ -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); } }