]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Do not print debug output
authorAndreas Öman <andreas@lonelycoder.com>
Sat, 19 Apr 2008 14:51:54 +0000 (14:51 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sat, 19 Apr 2008 14:51:54 +0000 (14:51 +0000)
ajaxui/ajaxui_mailbox.c

index 6be0f5cfb5edafc20e7e2b794b96581ca173bc32..d88a055289ab27299f97bc0bff26d28417bf6f2f 100644 (file)
@@ -36,8 +36,8 @@
 #define MAILBOX_EMPTY_REPLY_TIMEOUT 10
 
 
-#define mbdebug(fmt...) printf(fmt);
-//#define mbdebug(fmt...)
+//#define mbdebug(fmt...) printf(fmt);
+#define mbdebug(fmt...)
 
 
 static LIST_HEAD(, ajaxui_mailbox) mailboxes;