diff --git a/source/core/screenjob.cpp b/source/core/screenjob.cpp index b46797c2a..ab396dc74 100644 --- a/source/core/screenjob.cpp +++ b/source/core/screenjob.cpp @@ -851,7 +851,6 @@ public: else if (actionState == State_Fadeout) { int ended = FadeoutFrame(); - Printf("fadeout = %d\n", ended); if (ended < 1) { AdvanceJob(terminateState < 0);