aboutsummaryrefslogtreecommitdiffstats
path: root/netmodel
diff options
context:
space:
mode:
Diffstat (limited to 'netmodel')
-rw-r--r--netmodel/network/flow_table.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/netmodel/network/flow_table.py b/netmodel/network/flow_table.py
index 86c6e52e..99e42e99 100644
--- a/netmodel/network/flow_table.py
+++ b/netmodel/network/flow_table.py
@@ -106,7 +106,6 @@ class FlowTable:
# If the flow is a subscription, we need to associate it to the list
query = packet.to_query()
if query.action == ACTION_SUBSCRIBE:
- print('adding subscription', query.to_dict())
# XXX we currently don't merge subscriptions, and assume a single
# next hop interface
s = Subscription(packet, [ingress_interface], [interface])