]> granicus.if.org Git - graphviz/commitdiff
turn off DEBUG
authorellson <devnull@localhost>
Tue, 24 May 2005 14:33:42 +0000 (14:33 +0000)
committerellson <devnull@localhost>
Tue, 24 May 2005 14:33:42 +0000 (14:33 +0000)
lib/common/htmltable.c

index 1b89e5105b64ce91bda53a4a477127c81152ea85..f0b089568b26af02919c9daa5f0e3020dbff4e27 100644 (file)
@@ -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