Remove debug.
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Jul 2013 22:42:13 +0000 (23:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Jul 2013 22:42:13 +0000 (23:42 +0100)
src/lib/film.cc

index 7320676d7025f18918d4ff9050ed3ac70c771dd7..496915d13c8853bb5f328765c31517946a5b6106 100644 (file)
@@ -794,7 +794,6 @@ Film::add_content (shared_ptr<Content> c)
                c->set_start (_playlist->video_end ());
        }
 
-       cout << "actually adding content.\n";
        _playlist->add (c);
 }