Removed cout for debugging
This commit is contained in:
parent
5d9d497502
commit
9a57203376
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue