no console log

This commit is contained in:
Peter Cottle 2013-02-21 09:14:15 -08:00
parent f8a92580bd
commit 2837315c7d
5 changed files with 3 additions and 15 deletions

View file

@ -357,10 +357,6 @@ var CommandLineHistoryView = Backbone.View.extend({
var cD = $('#commandDisplay')[0];
var t = $('#terminal')[0];
console.log('I AM CHECKING scroll ehight');
console.log(cD, t);
console.log(cD.clientHeight, t.clientHeight);
// firefox hack
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
($(window).height() < cD.clientHeight);