diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-01-23 07:35:29 -0800 |
|---|---|---|
| committer | iamgoofball <iamgoofball@gmail.com> | 2019-01-23 07:35:29 -0800 |
| commit | 0649e7b28e16a054072d8656a5046c7cc3cfefb6 (patch) | |
| tree | ae5a5e0bf48a6b588314e337f36d8c1e9164a316 /src/aocharmovie.cpp | |
| parent | f9406d0a7f2363843d9d7c09a9e8d3422c967a64 (diff) | |
Case Announcer: Witness Support also some other shit
Diffstat (limited to 'src/aocharmovie.cpp')
| -rw-r--r-- | src/aocharmovie.cpp | 1 |
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()); |
