From 8218f5278e99a4f82113b6290500f0661402019e Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Tue, 13 Sep 2011 18:52:50 +0930 Subject: [PATCH] ps: turn off debug --- src/cairo-ps-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c index dcd216126..e9ed93964 100644 --- a/src/cairo-ps-surface.c +++ b/src/cairo-ps-surface.c @@ -83,7 +83,7 @@ #include #include -#define DEBUG_PS 1 +#define DEBUG_PS 0 #if DEBUG_PS #define DEBUG_FALLBACK(s) \