removed a debug printf

This commit is contained in:
dcone%netscape.com 1999-08-27 20:58:37 +00:00
parent abc33ab595
commit 918bc1fe7d
2 changed files with 0 additions and 4 deletions

View File

@ -2649,8 +2649,6 @@ void
RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius)
{
printf("starting button\n");
if( (aRadius) > (aWidth>>1) ){
mRoundness = (aWidth>>1);
} else {

View File

@ -2649,8 +2649,6 @@ void
RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius)
{
printf("starting button\n");
if( (aRadius) > (aWidth>>1) ){
mRoundness = (aWidth>>1);
} else {