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();