Skip to content

Commit 075488c

Browse files
committed
Revert using MT_DEBUG sys env var, not working
1 parent facde7c commit 075488c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/mtransit/commons/Constants.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ object Constants {
55

66
@JvmStatic
77
// val DEBUG = true // DEBUG
8-
val DEBUG = System.getenv("MT_DEBUG") == "mt_true" // DEBUG
9-
// val DEBUG = false
8+
val DEBUG = false
109

1110
const val NEW_LINE = '\n'
1211
const val SPACE = ' '

0 commit comments

Comments
 (0)