Change to allow setting of DEBUG at run-time.
parent
2b1d15717a
commit
bf2a4afce5
|
@ -47,7 +47,7 @@ import UserProvider from '../../autocomplete/UserProvider';
|
|||
|
||||
import RoomViewStore from '../../stores/RoomViewStore';
|
||||
|
||||
const DEBUG = false;
|
||||
let DEBUG = false;
|
||||
let debuglog = function() {};
|
||||
|
||||
if (DEBUG) {
|
||||
|
|
Loading…
Reference in New Issue