applications: Remove stray exit call from OnOffApplication

This commit is contained in:
Steven Smith
2020-08-29 10:56:04 -07:00
committed by Tom Henderson
parent 804d16d1b7
commit 098d8490fd

View File

@@ -292,7 +292,6 @@ void OnOffApplication::ScheduleNextTx ()
else
{ // All done, cancel any pending events
StopApplication ();
exit(1);
}
}