diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 715cc5a4c8..c80a8c89d7 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -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