[OLINGO-884] Remove system println for test

This commit is contained in:
Christian Amend 2016-02-24 15:46:26 +01:00
parent 73f465102a
commit feb94edd43
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ public class TestUriValidator implements TestValidator {
exception = e;
} catch (UriValidationException e) {
exception = e;
e.printStackTrace();
}
return this;
}