diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-16 23:40:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-16 23:40:23 -0500 |
commit | 1d4228adcfe4489bd330076e2b1004905d97d6cc (patch) | |
tree | f4f9b63c6e8c92d173030e97dc1b15c1b14b6ae7 /qtbz2.c | |
parent | TODO: add more ideas (diff) | |
download | portage-utils-1d4228adcfe4489bd330076e2b1004905d97d6cc.tar.gz portage-utils-1d4228adcfe4489bd330076e2b1004905d97d6cc.tar.bz2 portage-utils-1d4228adcfe4489bd330076e2b1004905d97d6cc.zip |
clean up old debug statements
Much of this debug output has outlived its usefulness now that the code
has stabilized. Clean it all up to make the debug builds way less noisy
and keep from breaking the tests.
Diffstat (limited to 'qtbz2.c')
-rw-r--r-- | qtbz2.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -244,9 +244,6 @@ int qtbz2_main(int argc, char **argv) char *heap_tbz2, *heap_xpak, *heap_tarbz2; char *tbz2, *xpak, *tarbz2; - DBG("argc=%d argv[0]=%s argv[1]=%s", - argc, argv[0], argc > 1 ? argv[1] : "NULL?"); - action = TBZ2_ACT_NONE; dir_fd = AT_FDCWD; |