summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 23:43:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 23:43:40 -0400
commit413af41134a5a1686191fdfe30dab2179f8c042d (patch)
treedbf3fb75a49b7df6fd39b0b381f3d1f5ba579463
parentf250cc489b961d77e5104c16d030ed495c1c4b46 (diff)
downloadpango-413af41134a5a1686191fdfe30dab2179f8c042d.tar.gz
[HB] turn debugging off
-rw-r--r--pango/opentype/hb-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-private.h b/pango/opentype/hb-private.h
index 5a6da240..3c97ba0d 100644
--- a/pango/opentype/hb-private.h
+++ b/pango/opentype/hb-private.h
@@ -31,7 +31,7 @@
#include "config.h"
#endif
-#define HB_DEBUG 1
+/* #define HB_DEBUG 1 */
#include <stdlib.h>
#include <string.h>