Change to allow setting of DEBUG at run-time.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user