Skip to content

Commit 88b9e04

Browse files
Removed commented lines
1 parent 014fd93 commit 88b9e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class Base {
6565
* if an empty file named 'debug' is found in the settings folder.
6666
* See implementation in createAndShowGUI().
6767
*/
68-
//static public boolean DEBUG = System.getenv().containsKey("DEBUG");
68+
6969
static public boolean DEBUG = Boolean.parseBoolean(System.getenv().getOrDefault("DEBUG", "false"));
7070

7171

0 commit comments

Comments
 (0)