remove code
This commit is contained in:
parent
fd92d9cf4f
commit
1ff068902d
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ class ProcessData {
|
|||
|
||||
void checkExit() async {
|
||||
exitCode = await process.exitCode;
|
||||
print('#### Exit Code: $exitCode');
|
||||
deleteFile();
|
||||
isRunning = false;
|
||||
if (_endListener != null) _endListener!(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue