diff --git a/src/lazy_bdecode.cpp b/src/lazy_bdecode.cpp index 682b5e74b..1ff613224 100644 --- a/src/lazy_bdecode.cpp +++ b/src/lazy_bdecode.cpp @@ -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(); \ } \