wip debug comparison fields output script
This commit is contained in:
@@ -61,9 +61,6 @@ Where does cgi fit in in all this ???
|
||||
if (_is_cgi(client))
|
||||
{
|
||||
script_output = _exec_cgi(client);
|
||||
// DEBUG
|
||||
std::cout << "\n____script_output____\n" << script_output << "\n_______________\n";
|
||||
// wip check output of script
|
||||
_check_script_output(client, script_output);
|
||||
client->response += script_output;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user