Oops.  left debug on.
 -Erik
diff --git a/Makefile b/Makefile
index 9a59c1f..f1f25cd 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 
 # Comment out the following to make a debuggable build
 # Leave this off for production use.
-DODEBUG=true
+DODEBUG=false
 # If you want a static binary, turn this on.  I can't think
 # of many situations where anybody would ever want it static, 
 # but...