removed a debug printf

git-svn-id: svn://10.0.0.236/trunk@44872 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1999-08-27 20:58:37 +00:00
parent 851a72f380
commit 32e80cb389
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 {