Removed commented lines

This commit is contained in:
Suganthi Thomas
2025-09-17 22:12:07 -05:00
parent 014fd93cd1
commit 88b9e048ef

View File

@@ -65,7 +65,7 @@ public class Base {
* if an empty file named 'debug' is found in the settings folder.
* See implementation in createAndShowGUI().
*/
//static public boolean DEBUG = System.getenv().containsKey("DEBUG");
static public boolean DEBUG = Boolean.parseBoolean(System.getenv().getOrDefault("DEBUG", "false"));