Skip to content

Commit

Permalink
clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
dehmer committed Jun 14, 2024
1 parent 812df59 commit 2679942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/ids.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ describe('ids', function () {
})

it('measureId :: () -> MeasureId', function () {
console.log(ID.measureId())
const [scope, uuid] = ID.measureId().split(ID.COLON)
assert.equal(scope, ID.MEASURE)
assert(ID.isUUID(uuid))
Expand Down

0 comments on commit 2679942

Please sign in to comment.