diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-23 17:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-23 17:07:08 +0100 |
| commit | 8e866d15e16f41d96dbbc1aa00c95d5b85f4286e (patch) | |
| tree | d68d373cb49303f360f1a4cfd76b6591bfd6725a /src | |
| parent | 594af3389df908a387a0e15f4a49a288e363def0 (diff) | |
Remove debug.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/player.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index e50f26534..f90cf32f5 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -481,7 +481,6 @@ Player::content_changed (weak_ptr<Content> w, int property, bool frequent) update_subtitle (); Changed (frequent); } else if (property == VideoContentProperty::VIDEO_FRAME_TYPE) { - cout << "vft change.\n"; Changed (frequent); } } |
