Removed debugging

master
Keith Irwin 2018-08-30 18:09:41 +00:00
parent 7111dbd4f0
commit 9460e41bb7
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
'use strict'
/* global navigator $ */
alert('coordinates loaded')
// Set units based on browser locale
const metric = !(window.navigator.language=='en-US'||window.navigator.language=='my');

View File

@ -1,8 +1,6 @@
'use strict'
/* global $ GyroNorm */
alert('direction loaded')
// Set compass orientation
var gn = new GyroNorm()