We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facde7c commit 075488cCopy full SHA for 075488c
1 file changed
src/main/java/org/mtransit/commons/Constants.kt
@@ -5,8 +5,7 @@ object Constants {
5
6
@JvmStatic
7
// val DEBUG = true // DEBUG
8
- val DEBUG = System.getenv("MT_DEBUG") == "mt_true" // DEBUG
9
- // val DEBUG = false
+ val DEBUG = false
10
11
const val NEW_LINE = '\n'
12
const val SPACE = ' '
0 commit comments