summaryrefslogtreecommitdiff
path: root/qpid/python/examples/pubsub/topic_producer.py
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/examples/pubsub/topic_producer.py')
-rw-r--r--qpid/python/examples/pubsub/topic_producer.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/python/examples/pubsub/topic_producer.py b/qpid/python/examples/pubsub/topic_producer.py
index 5f8372e7ba..c3b13cd82c 100644
--- a/qpid/python/examples/pubsub/topic_producer.py
+++ b/qpid/python/examples/pubsub/topic_producer.py
@@ -92,9 +92,5 @@ session.message_transfer(destination="amq.topic", content=message)
#----- Cleanup --------------------------------------------
# Clean up before exiting so there are no open threads.
-#
-# Close Channel 1.
-
session.session_close()
-