Remove debugging line.

This commit is contained in:
Andrzej Kapolka 2014-04-17 11:06:28 -07:00
parent 21fa833f19
commit 197ce036c4

View file

@ -23,8 +23,6 @@ AnimationCache::AnimationCache(QObject* parent) :
AnimationPointer AnimationCache::getAnimation(const QUrl& url) {
if (QThread::currentThread() != thread()) {
qDebug() << "blocking call!";
AnimationPointer result;
QMetaObject::invokeMethod(this, "getAnimation", Qt::BlockingQueuedConnection,
Q_RETURN_ARG(AnimationPointer, result), Q_ARG(const QUrl&, url));