diff options
Diffstat (limited to 'camel/camel-lock.c')
-rw-r--r-- | camel/camel-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-lock.c b/camel/camel-lock.c index f14e4ece5d..fdd2c183e7 100644 --- a/camel/camel-lock.c +++ b/camel/camel-lock.c @@ -57,7 +57,7 @@ /* dunno where this fucking thing is got from */ #define _(x) (x) -#define d(x) (printf("%s(%d): ", __FILE__, __LINE__),(x)) +#define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/ /** * camel_lock_dot: |