diff --git a/tbsetup/snmpit_lib.pm b/tbsetup/snmpit_lib.pm index 27cde1964bb7f9fe99c867087eef8059fb86786d..a0571b6ddc2bfe5edd5d3d392b11fb1037aab29a 100644 --- a/tbsetup/snmpit_lib.pm +++ b/tbsetup/snmpit_lib.pm @@ -285,11 +285,6 @@ sub getTestSwitches () { push @switches, $row[0]; } - # Sanity check - make sure we actually found some - if (!@switches) { - die "Failed to find testswitches\n"; - } - return @switches; }