Skip to content

Commit

Permalink
tests: removed not needed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryIvo committed Oct 3, 2023
1 parent 1522826 commit b66808f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2907,13 +2907,10 @@ public void whenBuild8021xSettingsIsRunWith(NetworkProperties props, String ifac
try {
this.resultMap = NMSettingsConverter.build8021xSettings(props, iface);
} catch (NoSuchElementException e) {
e.printStackTrace();
this.hasNoSuchElementExceptionBeenThrown = true;
} catch (IllegalArgumentException e) {
e.printStackTrace();
this.hasAnIllegalArgumentExceptionThrown = true;
} catch (Exception e) {
e.printStackTrace();
this.hasAGenericExecptionBeenThrown = true;
}
}
Expand Down

0 comments on commit b66808f

Please sign in to comment.