From a49b459a597c4e79b588dbcf99cde608eaf01910 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 23 Apr 2016 21:25:36 +0100 Subject: [PATCH] [UI] Remove old twisted DeprecationWarning code --- deluge/ui/ui.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deluge/ui/ui.py b/deluge/ui/ui.py index b43a62c9f..aee10574d 100644 --- a/deluge/ui/ui.py +++ b/deluge/ui/ui.py @@ -22,10 +22,6 @@ except ImportError: def setproctitle(title): return -if 'dev' not in deluge.common.get_version(): - import warnings - warnings.filterwarnings('ignore', category=DeprecationWarning, module='twisted') - class UI(object):