diff --git a/CPPRPJSON/main.cpp b/CPPRPJSON/main.cpp index 7f7c18a..14e4488 100644 --- a/CPPRPJSON/main.cpp +++ b/CPPRPJSON/main.cpp @@ -394,7 +394,6 @@ int main(int argc, char* argv[]) return 1; } - //Timer t; int crc = op.GetIntValue({ "crc", "verify" }, 0); if (crc < 0 || crc > CPPRP::CrcCheck::CRC_Both)