Skip to content

Commit

Permalink
Remove debug code from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed Jan 23, 2020
1 parent 1c25c49 commit 753e4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dist/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe("Interface tests", function() {
];

it("Should have the sweep() function available", function() {
console.log(sweep(sequence, 8000));
assert.ok(sweep(sequence, 8000));
});

Expand Down

0 comments on commit 753e4eb

Please sign in to comment.