remove debug statement
This commit is contained in:
parent
78a7184250
commit
e4b246bc75
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user