remove debug statement

This commit is contained in:
tastytea 2022-06-11 06:27:26 +02:00
parent 78a7184250
commit e4b246bc75
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ request_t parse(const std::string_view uri) {
req.magick = magick;
}
}
std::cout << req.hash << " - " << req.magick << '\n';
if (req.hash.size() == 64 && hash::is_valid(req.hash)) {
req.algo = algorithm_t::SHA256;