Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OCSYT committed Feb 12, 2024
1 parent d140574 commit 235a888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracker/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ function decodeIMUPacket(device, rawdata) {
if (elapsedTime >= DriftInterval) {
if (!calibrated[deviceId]) {
calibrated[deviceId] = driftvalues[deviceId];

console.log(adjustedRotation);
}
}

Expand Down

0 comments on commit 235a888

Please sign in to comment.