summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2021-09-17 17:44:07 +0000
committerChristos Zoulas <christos@zoulas.com>2021-09-17 17:44:07 +0000
commitbc3f1aa1aee151a8060ae0d7cd46f5ab23c3d7fd (patch)
tree4b5baf17c8e287a81271ea7b9a8018cf2220a6fe
parent46df39b68e51fd803d382348c0059fcb2e40b5ef (diff)
downloadfile-git-bc3f1aa1aee151a8060ae0d7cd46f5ab23c3d7fd.tar.gz
remove debugging
-rw-r--r--src/cdf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cdf.c b/src/cdf.c
index 76963cd8..d6380cb7 100644
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -35,11 +35,10 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: cdf.c,v 1.118 2021/09/17 17:42:14 christos Exp $")
+FILE_RCSID("@(#)$File: cdf.c,v 1.119 2021/09/17 17:44:07 christos Exp $")
#endif
#include <assert.h>
-#define CDF_DEBUG
#ifdef CDF_DEBUG
#include <err.h>
#endif