summaryrefslogtreecommitdiffhomepage
path: root/plugins
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-06-01 16:54:18 +0200
committerRoland Reichwein <mail@reichwein.it>2020-06-01 16:54:18 +0200
commit343922258d57261021daca42eb488c1205ae491c (patch)
tree090dc708532a0eac855f9a5e3e0d5a9dc404a306 /plugins
parent44672cb446b3f883424042ceeeaa591da66c28fa (diff)
Removed debug code
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fcgi/fcgi.cpp1
1 files changed, 0 insertions, 1 deletions
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};