Skip to content
Snippets Groups Projects
Commit 9d47b351 authored by Sam Roberts's avatar Sam Roberts
Browse files

remove commented code

parent 88a854b1
No related branches found
No related tags found
1 merge request!23address issues with some speeds not being recognised, a timeout issue not...
...@@ -880,8 +880,6 @@ def interface_speed(ifc): ...@@ -880,8 +880,6 @@ def interface_speed(ifc):
return -1 return -1
def _get_speed(ifc): def _get_speed(ifc):
# if ifc is None:
# return 0
rate_conversions = { rate_conversions = {
"mbps": Mb, "mbps": Mb,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment