Skip to content

Commit

Permalink
SIP: Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jun 12, 2020
1 parent 5bbb4e4 commit 5b6683e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/sip.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const {
u32,
} = Fn;

// TODO: make real const
const ACCELEROMETER = "accelerometer";
const ALTIMETER = "altimeter";
const BAROMETER = "barometer";
Expand All @@ -21,7 +20,6 @@ const MAGNETOMETER = "magnetometer";
const ORIENTATION = "orientation";
const THERMOMETER = "thermometer";


function Components(controller, options) {
const state = priv.get(this);
const descriptors = Object.create(null);
Expand Down

0 comments on commit 5b6683e

Please sign in to comment.