diff options
Diffstat (limited to 'python/qpid/delegates.py')
-rw-r--r-- | python/qpid/delegates.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py index 8ebaff4ba3..f8f3ae0d89 100644 --- a/python/qpid/delegates.py +++ b/python/qpid/delegates.py @@ -31,8 +31,6 @@ try: _have_sasl = True except: pass -finally: - pass log = getLogger("qpid.io.ctl") |