Disable scrollpanel debug

... now that https://github.com/vector-im/vector-web/issues/1162 is hopefully
fixed
This commit is contained in:
Richard van der Hoff 2016-03-22 11:58:17 +00:00
parent c31fbf1214
commit b9d3047a93

View file

@ -19,7 +19,7 @@ var ReactDOM = require("react-dom");
var GeminiScrollbar = require('react-gemini-scrollbar');
var q = require("q");
var DEBUG_SCROLL = true;
var DEBUG_SCROLL = false;
if (DEBUG_SCROLL) {
// using bind means that we get to keep useful line numbers in the console