mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Removed leftover print.
This commit is contained in:
parent
52a1e890ba
commit
6a337dba9a
@ -27,7 +27,6 @@ void DRequest::parse_files() {
|
||||
|
||||
_multipart_parser = new drogon::MultiPartParser();
|
||||
if (_multipart_parser->parse(request) != 0) {
|
||||
RLOG_ERR("asd2");
|
||||
delete _multipart_parser;
|
||||
_multipart_parser = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user