A variety of changes to improve (but not entirely fix) behaviour
[dcpomatic.git] / src / wx / film_viewer.cc
index 8c1a79113c732d33d2ca054307569eba039b1b90..ef28018e96b0a960623ba665d4cc6344851f07b0 100644 (file)
@@ -529,8 +529,6 @@ FilmViewer::start ()
                _audio.startStream ();
        }
 
-       cout << "start playback at " << to_string(_video_position) << "\n";
-
        _playing = true;
        _dropped = 0;
        timer ();