mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 03:50:42 +03:00
Change to allow setting of DEBUG at run-time.
This commit is contained in:
parent
2b1d15717a
commit
bf2a4afce5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue