Removed useless log

This commit is contained in:
jeanchristophe.mqt@gmail.com 2024-02-25 17:01:58 +01:00
parent 9d5f7136f8
commit 9ca5be4a2d
2 changed files with 3 additions and 8 deletions

View file

@ -176,8 +176,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
output.isSuccessful = true;
args.jobLog('✔ No rename necessary.');
}
} else
args.jobLog(`No ${getNewPathType.appName} with a file named '${fileName}'.`);
}
return output;
};