[OLINGO-884] Remove system println for test
This commit is contained in:
parent
73f465102a
commit
feb94edd43
|
@ -90,7 +90,6 @@ public class TestUriValidator implements TestValidator {
|
|||
exception = e;
|
||||
} catch (UriValidationException e) {
|
||||
exception = e;
|
||||
e.printStackTrace();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue