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

gah, revert debug

This commit is contained in:
Matthew Hodgson
2016-09-02 17:15:21 +01:00
parent c2ca261085
commit d5062f1ff7

View File

@ -32,7 +32,7 @@ var KeyCode = require('../../KeyCode');
var PAGINATE_SIZE = 20;
var INITIAL_SIZE = 20;
var DEBUG = true;
var DEBUG = false;
if (DEBUG) {
// using bind means that we get to keep useful line numbers in the console