Skip to content

Commit

Permalink
Remove logging of PRouterLinkUVE data in contrail-topology
Browse files Browse the repository at this point in the history
Change-Id: I8d9a6d7adc9870ca214425fc3b615a50c82eecf0
Closes-Bug: #1695105
  • Loading branch information
Sundaresan Rajangam committed Jun 1, 2017
1 parent 71fec2d commit 281cec0
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,7 +1,7 @@
#
# Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
#
import pprint, socket
import socket
from pysandesh.sandesh_base import *
from pysandesh.connection_info import ConnectionState
from sandesh.nodeinfo.ttypes import NodeStatusUVE, NodeStatus
Expand Down Expand Up @@ -50,7 +50,6 @@ def logger(self):
# end logger

def send(self, data):
pprint.pprint(data)
for prouter in data:
lt = map(lambda x: LinkEntry(**x), data[prouter])
uve = PRouterLinkUVE(data=PRouterLinkEntry(name=prouter,
Expand Down

0 comments on commit 281cec0

Please sign in to comment.