removed testing stuff.... (・―・)

pull/2577/head
Phil Roggenbuck 2023-02-14 21:56:33 +01:00 committed by GitHub
parent 8225e95188
commit 12606fb6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
storedData = Object.assign({
'bg': null,
'bgTimeStamp': null,
'bgDirection': "Flat"
'bgDirection': null
}, d || {});
return d;
} catch(e) {