Change to allow setting of DEBUG at run-time.

pull/21833/head
Richard Lewis 2017-06-28 12:02:07 +01:00
parent 2b1d15717a
commit bf2a4afce5
1 changed files with 1 additions and 1 deletions

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