[Core] Remove old twisted DeprecationWarning code

This commit is contained in:
Calum Lind 2016-04-18 15:47:12 +01:00
parent 36ecd5625a
commit 5ebe14e452
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@ def start_daemon(skip_start=False):
"""
deluge.common.setup_translations()
if 'dev' not in deluge.common.get_version():
import warnings
warnings.filterwarnings('ignore', category=DeprecationWarning, module='twisted')
# Setup the argument parser
parser = BaseArgParser()
add_daemon_options(parser)