From d1824c4d6db983f6c1aed77ba0081bf57b7b3125 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 4 Jun 2019 12:52:56 -0700 Subject: [PATCH] remove spammy log --- libraries/animation/src/AnimationCache.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/animation/src/AnimationCache.cpp b/libraries/animation/src/AnimationCache.cpp index 237fd3da02..e4afbd06e4 100644 --- a/libraries/animation/src/AnimationCache.cpp +++ b/libraries/animation/src/AnimationCache.cpp @@ -136,7 +136,6 @@ void Animation::downloadFinished(const QByteArray& data) { } void Animation::animationParseSuccess(HFMModel::Pointer hfmModel) { - qCDebug(animation) << "Animation parse success"; _hfmModel = hfmModel; finishedLoading(true); }