1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Merge pull request #2414 from TheIsotopes/del_microtime

deleted latest microtime entry
This commit is contained in:
Michael Keller 2021-02-16 00:50:55 +13:00 committed by GitHub
commit 168e778487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,6 @@ export function generateVirtualApiVersions() {
}
// TODO: these are temp binding while transition to module happens
window.microtime = microtime;
window.degToRad = degToRad;
window.bytesToSize = bytesToSize;
window.checkChromeRuntimeError = checkChromeRuntimeError;