From 4584d62def6b71bc2bed2442c390aba12e041da6 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 8 Apr 2021 08:00:16 +1000 Subject: [PATCH] removed debug lines --- app/render/framehashcache.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/render/framehashcache.cpp b/app/render/framehashcache.cpp index 0fd67fa5c..f0d56b79f 100644 --- a/app/render/framehashcache.cpp +++ b/app/render/framehashcache.cpp @@ -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; }