Oops, remove debug stuff
authorunc0rr
Thu, 30 Apr 2009 20:16:58 +0000
changeset 2019 b3f1eda8865f
parent 2018 aec48276cced
child 2020 f8cd566204ef
Oops, remove debug stuff
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Thu Apr 30 20:14:41 2009 +0000
+++ b/hedgewars/uStore.pas	Thu Apr 30 20:16:58 2009 +0000
@@ -737,7 +737,7 @@
 
 textWidth:=((textWidth-(cornerWidth-edgeWidth)*2) div edgeWidth)*edgeWidth+edgeWidth;
 textHeight:=(((numlines * h)-((cornerHeight-edgeWidth)*2)) div edgeWidth)*edgeWidth+edgeWidth;
-addfilelog(inttostr(textHeight)+'=========== '+inttostr(numlines)+' x '+inttostr(h));
+
 //textWidth:=max(textWidth,SpritesData[tail].Width);
 rect.x:= 0;
 rect.y:= 0;
@@ -963,8 +963,6 @@
 var srcX, srcY, i, j, maxDest: LongInt;
     srcPixels, destPixels: PLongWordArray;
 begin
-addfilelog('copyToXY: src surf (w, h) = ('+inttostr(src^.w)+', '+inttostr(src^.h)+')');
-addfilelog('copyToXY: dest(X, Y) = ('+inttostr(destX)+', '+inttostr(destY)+')');
 maxDest:= (dest^.pitch div 4) * dest^.h;
 srcPixels:= src^.pixels;
 destPixels:= dest^.pixels;