Skip to content

Commit

Permalink
clean up the debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 1, 2024
1 parent 21592fc commit 0c240b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/filtering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const tempFile = path.resolve(__dirname, 'filter-temp.mkv');

describe('filtering', () => {
afterEach('delete temporary', (done) => {
console.log('DONE, DELETE');
if (!process.env.DEBUG_ALL && !process.env.DEBUG_MUXER)
fs.rm(tempFile, done);
else
Expand Down

0 comments on commit 0c240b4

Please sign in to comment.