diff --git a/test/dist/interface.js b/test/dist/interface.js index 1ec6375..0275a4b 100644 --- a/test/dist/interface.js +++ b/test/dist/interface.js @@ -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)); });