- fix log_debug
parent
b181994551
commit
5cd48ec705
|
|
@ -30,9 +30,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
|
||||||
let sunRise = "00:00";
|
let sunRise = "00:00";
|
||||||
let sunSet = "00:00";
|
let sunSet = "00:00";
|
||||||
|
|
||||||
function log_debug(o) {
|
let log_debug= function(o) {
|
||||||
//console.log(o);
|
//console.log(o);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// requires the myLocation app
|
// requires the myLocation app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue