From 6f2eb27572548a64bd1a3720c0a3f3bf684c2112 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Tue, 14 Feb 2017 20:11:34 +0000 Subject: [PATCH] rm debug in Deck.cpp --- libraries/recording/src/recording/Deck.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/recording/src/recording/Deck.cpp b/libraries/recording/src/recording/Deck.cpp index 6f624db191..61eb86c91f 100644 --- a/libraries/recording/src/recording/Deck.cpp +++ b/libraries/recording/src/recording/Deck.cpp @@ -145,10 +145,8 @@ void Deck::processFrames() { } if (!nextClip) { - qCDebug(recordingLog) << "No more frames available"; // No more frames available, so handle the end of playback if (_loop) { - qCDebug(recordingLog) << "Looping enabled, seeking back to beginning"; // If we have looping enabled, start the playback over seek(0); // FIXME configure the recording scripting interface to reset the avatar basis on a loop