diff --git a/src/config.py b/src/config.py
index 49cf3b34ca69d09eff54e74b588a3329e9dfc28a..c247c45f70d54aba3317607a12ce77d75cfebfa5 100644
--- a/src/config.py
+++ b/src/config.py
@@ -456,8 +456,6 @@ class PreferencesWindow:
             create_av_combobox('video_output', VideoOutputManager().get_devices(
                 ))
 
-            def cmp_framerate(f1, f2):
-                print 'tt'
             create_av_combobox('video_framerate', {_('Default'): '',
                 '15fps': '15/1', '10fps': '10/1', '5fps': '5/1',
                 '2.5fps': '5/2'}, 'video_framerate', key=lambda x: -1 if \