Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Feb 11, 2021
1 parent a525df1 commit 026bc64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/integration_tests_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ describe("HLSSpliceVod", () => {
hlsVod.load()
.then(() => {
const masterManifest = hlsVod.getMasterManifest();
console.log(masterManifest);
done();
});
});
Expand All @@ -40,4 +39,4 @@ describe("HLSSpliceVod", () => {
done();
})
});
});
});

0 comments on commit 026bc64

Please sign in to comment.