Cleanup: remove some debug prints from Simple Blender Render script

This commit is contained in:
Sybren A. Stüvel 2022-08-31 16:25:52 +02:00
parent 2e1c0b83bf
commit f065cda830

View File

@ -45,9 +45,6 @@ function compileJob(job) {
print("Blender Render job submitted");
print("job: ", job);
print(`file format: ${job.settings.format}`);
print(`index: ${videoFormats.indexOf(job.settings.format)}`);
if (videoFormats.indexOf(job.settings.format) >= 0) {
throw `This job type only renders images, and not "${job.settings.format}"`;
}