diff --git a/layout/base/nsCSSRendering.cpp b/layout/base/nsCSSRendering.cpp index fd723966a6b0..53ecf95dc206 100644 --- a/layout/base/nsCSSRendering.cpp +++ b/layout/base/nsCSSRendering.cpp @@ -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 { diff --git a/layout/html/style/src/nsCSSRendering.cpp b/layout/html/style/src/nsCSSRendering.cpp index fd723966a6b0..53ecf95dc206 100644 --- a/layout/html/style/src/nsCSSRendering.cpp +++ b/layout/html/style/src/nsCSSRendering.cpp @@ -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 {