Removed logs

This commit is contained in:
Thomas FORGIONE 2015-06-02 15:13:41 +02:00
parent dc90052a91
commit edb55e125c
1 changed files with 0 additions and 3 deletions

View File

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