diff options
Diffstat (limited to 'src/effectvideo.cpp')
-rw-r--r-- | src/effectvideo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/effectvideo.cpp b/src/effectvideo.cpp index 6264142..98e2dcd 100644 --- a/src/effectvideo.cpp +++ b/src/effectvideo.cpp @@ -43,7 +43,6 @@ int EffectVideo::onCreate() { this->timer = 0; char eventNum = (this->settings >> 24) & 0xFF; - OSReport("Event to activate: %d", eventNum); this->eventFlag = (u64)1 << (eventNum - 1); |