Skip to content

Commit f74b94f

Browse files
committed
remove ENV
1 parent d1baca4 commit f74b94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mqtt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
if (typeof logger === 'function') {
131131
logger(log)
132132
} else {
133-
if (DEBUG_ENV !== 'production') {
133+
// if (DEBUG_ENV !== 'production') {
134134
console[level](log)
135-
}
135+
// }
136136
}
137137
}
138138

0 commit comments

Comments
 (0)