Author: fejj
Date: 2007-06-21 09:27:31 -0400 (Thu, 21 Jun 2007)
New Revision: 80472

Modified:
   trunk/moon/src/runtime.cpp
Log:
get rid of debug printf for canvas bounds



Modified: trunk/moon/src/runtime.cpp
===================================================================
--- trunk/moon/src/runtime.cpp  2007-06-21 13:19:22 UTC (rev 80471)
+++ trunk/moon/src/runtime.cpp  2007-06-21 13:27:31 UTC (rev 80472)
@@ -1044,7 +1044,7 @@
                x1 = y1 = 0;
                x2 = surface->width;
                y2 = surface->height;
-               printf ("Canvas: Leave GetBounds (%g %g %g %g)\n", x1, y1, x2, 
y2);
+               //printf ("Canvas: Leave GetBounds (%g %g %g %g)\n", x1, y1, 
x2, y2);
        } else {
                // If we found nothing.
                if (first)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to