Disable scrollpanel debug

... so that I can (re-)release
This commit is contained in:
Richard van der Hoff 2016-03-23 14:53:38 +00:00
parent 09a140ec6f
commit 9f05249d9c

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