skyspy: remove unused code to fix warning

master
Pavel Machek 2025-06-07 13:24:31 +02:00
parent 9f80ef1221
commit 99d0ae0f0a
1 changed files with 0 additions and 4 deletions

View File

@ -425,10 +425,6 @@ let gpsg = {
},
};
function log2(x) {
return Math.log(x) / Math.log(2);
}
var debug = 0;
var cur_altitude;
var adj_time = 0, adj_alt = 0;