mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
Change to allow setting of DEBUG at run-time.
This commit is contained in:
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
Block a user