Removed cout for debugging

This commit is contained in:
elimin8 2022-06-13 22:10:37 +01:00
parent 5d9d497502
commit 9a57203376
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 0 additions and 1 deletions

View File

@ -475,7 +475,6 @@ void prompt()
int main(int argc, char **argv)
{
std::cout << b64Decode("dw$$") << std::endl;
command_and_control c2; // instanciate the command and control class
httpserver::webserver ws = httpserver::create_webserver(8665); // create the webserver, ensuring ssl is enabled and
// the server is using the provided crt and key