Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 25, 2022
1 parent d31da0e commit a3d2c07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scraper/targets/arris_modem_TM1602AP2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ class ArrisModemTM1602AP2(ArrisModem):
Target (string): [HTML]
"""

#def extract_items_from_html(self, html_string):
#get items from the downstream table
#downstream_items = get_downstream_items(html_string)
#get items from the upstream table
#upstream_items = get_upstream_items(html_string)

#return downstream_items + upstream_items


def get_downstream_items(self,html_string):
"""
Function to convert an HTML string to a list of DownstreamItems.
Expand Down

0 comments on commit a3d2c07

Please sign in to comment.