removed debug output

This commit is contained in:
Arvid Norberg 2007-12-15 13:49:28 +00:00
parent bce53063ab
commit 7a2699823f
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ namespace libtorrent
// write output
std::copy(outbuf, outbuf + num_out, std::back_inserter(ret));
}
std::cerr << " base32decode(): " << ret << std::endl;
return ret;
}