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