Skip to content

Commit

Permalink
Removed debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jul 29, 2023
1 parent 59bae5a commit 1d6aa3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/shuffleVideo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ describe('shuffleVideo', function () {
let filteredVideos = deepCopy({ ...input.dbVideos, ...input.dbDeletedVideos, ...input.localVideos, ...input.localDeletedVideos, ...input.newUploadedVideos });
filteredVideos = Object.fromEntries(Object.entries(filteredVideos).sort((a, b) => b[1].localeCompare(a[1])));

console.log(config)
await chooseRandomVideo(input.channelId, false, domElement);

const chosenVideos = windowOpenStub.args[0][0].split('video_ids=')[1].split(',');
Expand Down

0 comments on commit 1d6aa3c

Please sign in to comment.