aboutsummaryrefslogtreecommitdiff
path: root/src/aocharmovie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/aocharmovie.cpp')
-rw-r--r--src/aocharmovie.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/aocharmovie.cpp b/src/aocharmovie.cpp
index 3d650551..7fed6b06 100644
--- a/src/aocharmovie.cpp
+++ b/src/aocharmovie.cpp
@@ -48,7 +48,6 @@ void AOCharMovie::play(QString p_char, QString p_emote, QString emote_prefix)
m_movie->setFileName(gif_path);
m_movie->jumpToFrame(0);
this->LoadImageWithStupidMethodForFlipSupport(m_movie->currentImage());
- qDebug() << "playing file path: " << gif_path;
this->show();
this->play_frame_sfx();
ticker->start(m_movie->nextFrameDelay());