remove left-over debug printf from bdecoder

This commit is contained in:
Arvid Norberg 2012-02-17 06:52:08 +00:00
parent b1c59f37c0
commit 1244ae8894
1 changed files with 0 additions and 1 deletions

View File

@ -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(); \
} \