removed extraneous debug line

This commit is contained in:
itsmattkc
2019-11-17 13:49:23 +09:00
parent 2f8675f5f9
commit 51439c2992
-1
View File
@@ -177,7 +177,6 @@ void VideoRenderWorker::Download(NodeDependency dep, QByteArray hash, QVariant t
std::unique_ptr<OIIO::ImageOutput> out = OIIO::ImageOutput::create(working_fn_std);
if (out) {
//qDebug() << "Saving to" << filename;
out->open(working_fn_std, spec);
out->write_image(format_info.oiio_desc, download_buffer_.data());
out->close();