Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
justusmattern27 committed Sep 22, 2024
1 parent 96514d2 commit 902534e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ffmpeg/src/ffmpeg-exporter-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export class FFmpegExporterServer {
ffmpeg.setFfmpegPath(ffmpegSettings.getFfmpegPath());
this.command = ffmpeg();

console.log('jobfolder', this.jobFolder);

// Input image sequence
this.command
.input(this.stream)
Expand Down

0 comments on commit 902534e

Please sign in to comment.