Skip to content

Commit

Permalink
Tests complete, removed temporary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marnalas committed Feb 12, 2024
1 parent 920cbe9 commit 839e769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ var plugin = function (args) {
}
}
var sortedStreams = JSON.stringify(getSimplifiedStreams(streams));
args.jobLog("originalStreams ".concat(originalStreams));
args.jobLog("sortedStreams ".concat(sortedStreams));
if (sortedStreams !== originalStreams) {
// eslint-disable-next-line no-param-reassign
args.variables.ffmpegCommand.shouldProcess = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ const plugin = (args: IpluginInputArgs): IpluginOutputArgs => {
}

const sortedStreams = JSON.stringify(getSimplifiedStreams(streams));
args.jobLog(`originalStreams ${originalStreams}`);
args.jobLog(`sortedStreams ${sortedStreams}`);
if (sortedStreams !== originalStreams) {
// eslint-disable-next-line no-param-reassign
args.variables.ffmpegCommand.shouldProcess = true;
Expand Down

0 comments on commit 839e769

Please sign in to comment.