From e5eae0ce1ffc93c59da1016c799c0c2147cdcaf6 Mon Sep 17 00:00:00 2001 From: Bigsk Date: Sat, 7 Nov 2020 19:34:03 +0800 Subject: [PATCH] Forgot to remove debug code,sorry :( --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index bc9dba0..b31d36e 100644 --- a/main.py +++ b/main.py @@ -163,6 +163,3 @@ class GMCLCore(object): for i in mtd_list: i.join() - -launcher=GMCLCore() -print(launcher.GetJavaPath(2)) \ No newline at end of file