diff options
author | Kai Blin <kai@samba.org> | 2013-06-01 10:24:12 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-06-01 18:48:11 +1000 |
commit | 0de1675e5d3854c5110ed34029be1e59d17991da (patch) | |
tree | 555f455981ca74e78abf524db1287fb0b88ba0a8 | |
parent | 8b24c43b382740106474e26dec59e1419ba77306 (diff) | |
download | samba-0de1675e5d3854c5110ed34029be1e59d17991da.tar.gz |
libcli: Remove uneeded debug message
Signed-off-by: Kai Blin <kai@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/util/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/util.c b/lib/util/util.c index 7c669fbd5ea..f0ed7f645b2 100644 --- a/lib/util/util.c +++ b/lib/util/util.c @@ -526,7 +526,6 @@ _PUBLIC_ void dump_data_dbgc(int dbgc_class, int level, const uint8_t *buf, int struct debug_channel_level dcl = { dbgc_class, level }; if (!DEBUGLVLC(dbgc_class, level)) { - DEBUG(0, ("dbgc_class is %d\n", dbgc_class)); return; } dump_data_cb(buf, len, false, debugadd_channel_cb, &dcl); |