mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +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();
|
_multipart_parser = new drogon::MultiPartParser();
|
||||||
if (_multipart_parser->parse(request) != 0) {
|
if (_multipart_parser->parse(request) != 0) {
|
||||||
RLOG_ERR("asd2");
|
|
||||||
delete _multipart_parser;
|
delete _multipart_parser;
|
||||||
_multipart_parser = nullptr;
|
_multipart_parser = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user