Skip to content

Commit

Permalink
Removed obsolete TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
janis-gross committed Sep 3, 2020
1 parent 0477090 commit 7af55fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vendors/Alcatel/Base/Alcatel_Base/showCommandProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def do_vlan(self, command, *args, context=None):
context=dict(context, bridgeportcount=count))
self._write(text)

elif self._validate(args, 'bridge-port-fdb', str, 'detail'): # TODO: find out functionality
elif self._validate(args, 'bridge-port-fdb', str, 'detail'):
port_identifier, = self._dissect(args, 'bridge-port-fdb', str, 'detail')

try:
Expand All @@ -709,7 +709,6 @@ def do_vlan(self, command, *args, context=None):
return

cpe = None
#TODO: try catch
if service_port.connected_type == 'port':
port = self._model.get_port('id', service_port.connected_id)
cpe = self._model.get_cpe('port_id', port.id)
Expand Down

0 comments on commit 7af55fc

Please sign in to comment.