mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
[UI] Remove old twisted DeprecationWarning code
This commit is contained in:
parent
9a051b6979
commit
a49b459a59
1 changed files with 0 additions and 4 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue