turn off debug logging

This commit is contained in:
Bruno Windels 2019-03-28 18:42:49 +01:00
parent 0a4ef44bcf
commit 1a264006f7

View file

@ -21,7 +21,7 @@ import { KeyCode } from '../../Keyboard';
import Timer from '../../utils/Timer';
import AutoHideScrollbar from "./AutoHideScrollbar";
const DEBUG_SCROLL = true;
const DEBUG_SCROLL = false;
// The amount of extra scroll distance to allow prior to unfilling.
// See _getExcessHeight.