mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
Removed commented lines
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user