From: ellson Date: Tue, 24 May 2005 14:33:42 +0000 (+0000) Subject: turn off DEBUG X-Git-Tag: LAST_LIBGRAPH~32^2~7539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbaaa2f354a332708fd1fa56b43f5ae57024daf3;p=graphviz turn off DEBUG --- diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index 1b89e5105..f0b089568 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -51,7 +51,6 @@ typedef struct { graph_t *g; } htmlenv_t; -#define DEBUG 1 #ifdef DEBUG static void printCell(htmlcell_t * cp, int ind); #endif