Don't define DEBUG; it prints debug messages that cause test suite failures
authorKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 05:15:20 +0000 (05:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 05:15:20 +0000 (05:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17958 dc483132-0cff-0310-8789-dd5450dbe970

src/util/support/plugins.c

index b823ab6f279e608b6c89fe9d82112dc3f247915b..76e33ae3c14e90c3affd4fd06bd14c9d1f86e213 100644 (file)
@@ -27,8 +27,6 @@
  * Plugin module support, and shims around dlopen/whatever.
  */
 
-#define DEBUG 1
-
 #include "k5-plugin.h"
 #if USE_DLOPEN
 #include <dlfcn.h>