PyDev: Remove wrong else clause.

GitOrigin-RevId: 18e14b62ed35c687a5f65d308677d0cf6c1b0d87
This commit is contained in:
Elizaveta Shashkova
2018-08-22 13:55:53 +03:00
committed by intellij-monorepo-bot
parent e5f46e2bcf
commit 87108bdc93

View File

@@ -719,7 +719,6 @@ class _NewThreadStartupWithTrace:
if not getattr(t, 'is_pydev_daemon_thread', False):
thread_id = get_thread_id(t)
global_debugger.notify_thread_created(thread_id, t)
else:
_on_set_trace_for_new_thread(global_debugger)
if global_debugger.thread_analyser is not None: