remove debug flag

This commit is contained in:
Dennis Heimbigner 2012-03-16 20:01:09 +00:00
parent ce66c76522
commit a4e030f4cc

View File

@ -33,7 +33,7 @@ variables:
#define ERRCODE 2
#define ERR(e) {printf("Error: %s\n", nc_strerror(e)); exit(ERRCODE);}
#define DEBUG
#undef DEBUG
/* Setup an odometer */
typedef struct Odom {