mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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):
|
def setproctitle(title):
|
||||||
return
|
return
|
||||||
|
|
||||||
if 'dev' not in deluge.common.get_version():
|
|
||||||
import warnings
|
|
||||||
warnings.filterwarnings('ignore', category=DeprecationWarning, module='twisted')
|
|
||||||
|
|
||||||
|
|
||||||
class UI(object):
|
class UI(object):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue