diff --git a/youtube_dl/extractor/rtbf.py b/youtube_dl/extractor/rtbf.py
index b70c36eaa..544539665 100644
--- a/youtube_dl/extractor/rtbf.py
+++ b/youtube_dl/extractor/rtbf.py
@@ -29,7 +29,6 @@ class RTBFVideoIE(InfoExtractor):
         title = self._html_search_regex(
             r'<meta property="og:description" content="([^"]*)"',
             webpage, 'title', mobj.group('title'))
-        print title
 
         iframe_url = self._html_search_regex(r'<iframe [^>]*src="([^"]+)"',
             webpage, 'iframe')