Removed some debug messages.
authorCMDR furrycat <elite@furrycat.net>
Tue, 19 Jan 2016 12:12:39 +0000 (07:12 -0500)
committerCMDR furrycat <elite@furrycat.net>
Tue, 19 Jan 2016 12:12:39 +0000 (07:12 -0500)
station.js
system.js

index f2c303d..17f72a7 100644 (file)
@@ -1,7 +1,6 @@
 /* Document onload. */
 function loaded() {
   var div = document.getElementById('stations');
-  console.log([div.offsetHeight, window.innerHeight].join(' vs '));
   if (div && div.offsetHeight > window.innerHeight * 0.9) div.style.height = '80%';
 }
 
index 4207b78..6a91736 100644 (file)
--- a/system.js
+++ b/system.js
@@ -1,7 +1,6 @@
 /* Document onload. */
 function loaded() {
   var div = document.getElementById('systems');
-  console.log([div.offsetHeight, window.innerHeight].join(' vs '));
   if (div && div.offsetHeight > window.innerHeight * 0.9) div.style.height = '80%';
 }