Skip to content

Commit a822939

Browse files
restoring client on dev
1 parent 3812f77 commit a822939

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/handler/error_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ErrorHandler::ErrorHandler(const HttpResponse::Status code, const RouteConfig& r
1313
{
1414
res_ = HttpResponse::make_error(code, rc.shared.error_pages, req_);
1515
out_buf_ = res_.to_string();
16-
LOG(DEBUG) << "ERROR HANDLER CONSTRUCTOR";
1716
}
1817

1918
ErrorHandler::~ErrorHandler()

src/handler/static_file_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ StaticFileHandler::StaticFileHandler(const std::string& path,
223223
res_ = HttpResponse::make_response_headers_only(
224224
HttpResponse::kStatusOk, file_type, file_size_, req_);
225225
out_buf_ = res_.to_string();
226-
LOG(DEBUG) << "GET HANDLER CONSTRUCTOR";
227226
}
228227

229228
StaticFileHandler::~StaticFileHandler()

0 commit comments

Comments
 (0)