From edb55e125cc9bb7f18924f81d02ba5578b26011a Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 2 Jun 2015 15:13:41 +0200 Subject: [PATCH] Removed logs --- js/prototype/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/prototype/main.js b/js/prototype/main.js index 3cdd717..70e026f 100644 --- a/js/prototype/main.js +++ b/js/prototype/main.js @@ -23,7 +23,6 @@ var previousTime; var main_section = document.getElementById('main-section'); -console.log(document.getElementById('main-div').offsetHeight); var container_size = { width: function() { if (!isFullscreen) return main_section.clientWidth; else return screen.width;}, height: function() { @@ -36,8 +35,6 @@ var container_size = { } }; -console.log(container_size.width(), container_size.height()); - init(); animate();