Removing super-noisy debug printf. bug 220341, rs=blizzard

This commit is contained in:
bzbarsky%mit.edu 2003-10-17 02:13:30 +00:00
Родитель e40ac47a02
Коммит 01be2f7066
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -879,9 +879,6 @@ NS_IMETHODIMP nsRenderingContextGTK::DrawPolyline(const nsPoint aPoints[], PRInt
mTranMatrix->TransformCoord(&p.x,&p.y);
pts[i].x = p.x;
pts[i].y = p.y;
#ifdef DEBUG
printf("(%i,%i)\n", p.x, p.y);
#endif
}
UpdateGC();