Skip to content

Commit

Permalink
removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Edsall committed Apr 7, 2015
1 parent 6ac8663 commit 4633e88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications/reports/ReportLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,6 @@ def flt_remote(end_point):
if 'loopback' not in str(end_point.attr.get('interface_id')) and \
'svi' not in str(end_point.attr.get('interface_id')) and \
'peer' in str(end_point.attr.get('flags')):
print str(end_point.attr.get('flags'))
return True
else:
return False
Expand Down Expand Up @@ -1670,7 +1669,6 @@ def flt_other(end_point):
'svi' not in str(end_point.attr.get('interface_id')) and \
'local' not in str(end_point.attr.get('flags')) and \
'peer' not in str(end_point.attr.get('flags')):
print str(end_point.attr.get('flags'))
return True
else:
return False
Expand Down

0 comments on commit 4633e88

Please sign in to comment.