1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

Change to allow setting of DEBUG at run-time.

This commit is contained in:
Richard Lewis
2017-06-28 12:02:07 +01:00
parent 2b1d15717a
commit bf2a4afce5

View File

@ -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) {