Review fix

This commit is contained in:
Dale Glass 2023-07-03 01:14:56 +02:00
parent 14e0a8220b
commit 2babda5263

View file

@ -257,7 +257,6 @@ AssignmentClientApp::AssignmentClientApp(int argc, char* argv[]) :
}
if (parser.isSet(forceCrashReportingOption)) {
auto &ch = CrashHandler::getInstance();
ch.setEnabled(true);
}