removed debug lines

This commit is contained in:
itsmattkc
2021-04-08 08:00:16 +10:00
parent d495815550
commit 4584d62def
-2
View File
@@ -56,7 +56,6 @@ void FrameHashCache::SetHash(const rational &time, const QByteArray &hash, const
if (job.range.Contains(time)
&& job_time < job.job_time) {
// Hash here has changed since this frame started rendering, discard it
qDebug() << "Discarded hash because old";
return;
}
}
@@ -72,7 +71,6 @@ void FrameHashCache::SetHash(const rational &time, const QByteArray &hash, const
void FrameHashCache::SetTimebase(const rational &tb)
{
qDebug() << "Hello timebase" << tb;
timebase_ = tb;
}