mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02: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