From 1ff068902d05467500c4de6809b202fea29a5b70 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Thu, 16 Nov 2023 21:34:25 +0900 Subject: [PATCH] remove code --- lib/platform/process.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/platform/process.dart b/lib/platform/process.dart index ad4fbe3..dcc9944 100644 --- a/lib/platform/process.dart +++ b/lib/platform/process.dart @@ -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);