Removed leftovers from testing new functionalities

This commit is contained in:
Benedikt-Alexander Mokroß 2019-10-11 15:39:11 +02:00 committed by GitHub
parent 3b1db44078
commit e39ed22041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,6 @@ public:
ENDPOINT("POST", "echo", echo,
BODY_STRING(String, body)) {
//OATPP_LOGV(TAG, "POST body(echo) size=%d", body->getSize());
oatpp::String path = Z__ENDPOINT_echo->info()->path;
return createResponse(Status::CODE_200, body);
}