From 343922258d57261021daca42eb488c1205ae491c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 1 Jun 2020 16:54:18 +0200 Subject: Removed debug code --- plugins/fcgi/fcgi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/fcgi/fcgi.cpp b/plugins/fcgi/fcgi.cpp index 2ba8ba3..f2743c3 100644 --- a/plugins/fcgi/fcgi.cpp +++ b/plugins/fcgi/fcgi.cpp @@ -431,7 +431,6 @@ std::string fcgi_plugin::fcgiQuery(FCGIContext& context) } while (inbuf.size() - processed > 0) { - std::cout << "DEBUG: inbuf.size() == " << inbuf.size() << ", output_data.size() == " << output_data.size() << std::endl; try { FCGI_Record r{inbuf, processed}; -- cgit v1.2.3