diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-06-01 16:54:18 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-06-01 16:54:18 +0200 |
commit | 343922258d57261021daca42eb488c1205ae491c (patch) | |
tree | 090dc708532a0eac855f9a5e3e0d5a9dc404a306 /plugins/fcgi | |
parent | 44672cb446b3f883424042ceeeaa591da66c28fa (diff) |
Removed debug code
Diffstat (limited to 'plugins/fcgi')
-rw-r--r-- | plugins/fcgi/fcgi.cpp | 1 |
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}; |