diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-14 17:45:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-14 17:45:04 +0100 |
commit | 814d38406a40d0200199d707b90f04cabb6779dc (patch) | |
tree | ad228f131b1bc2456c0d8c351d6c3c78f89c3de6 | |
parent | 5dbf37d8d86dcad5582ef3fcf6ffe56ee3f0ad76 (diff) |
remove debug output
-rw-r--r-- | src/js/app.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/js/app.js b/src/js/app.js index bd4a3a3..5c88ab9 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -152,9 +152,6 @@ var tpl = { var template = _.template( tpl.get('help') ); helpContent.html(template()); - console.log( 'viewheight: ' + viewHeight ); - console.log( 'top: ' + top ); - if ( !help.hasClass('android2') ) { helpContent.height(helpHeight - 60); } @@ -179,7 +176,6 @@ var tpl = { if (e) { e.preventDefault(); } - console.log('helpHoide'); var help = $('#help'), viewWidth = $(window).width(); |