remove left-over debug printf from bdecoder
This commit is contained in:
parent
b1c59f37c0
commit
1244ae8894
|
@ -53,7 +53,6 @@ namespace libtorrent
|
|||
ec = code; \
|
||||
while (!stack.empty()) { \
|
||||
top = stack.back(); \
|
||||
fprintf(stderr, "top->type: %d\n", top->type()); \
|
||||
if (top->type() == lazy_entry::dict_t || top->type() == lazy_entry::list_t) top->pop(); \
|
||||
stack.pop_back(); \
|
||||
} \
|
||||
|
|
Loading…
Reference in New Issue