diff --git a/Units/MMLCore/finder.pas b/Units/MMLCore/finder.pas index 3d43723..171ec41 100644 --- a/Units/MMLCore/finder.pas +++ b/Units/MMLCore/finder.pas @@ -1973,7 +1973,6 @@ begin // Get the area we should search in for the Main Point. MA := ValidMainPointBox(DTM, x1, y1, x2, y2); - Writeln(MA.x1,'-',MA.y1,'-',MA.x2,'-',MA.y2); // Turn the bp into a more usable array. setlength(goodPoints, dtm.l);