Removed debug statement
the build was successful Details

This commit is contained in:
tastytea 2018-11-27 05:00:19 +01:00
parent 9e6edf7179
commit 50d902bcc9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ const Request http::parse_request(const string &request)
{
digest = digest.substr(0, pos_digest);
}
cerr << digest << std::endl;
return { digest, size, fallback };
}