[OLINGO-350] Delete printStackTrace in test
This commit is contained in:
parent
a0f8f356b2
commit
a30d2f8214
|
@ -98,7 +98,6 @@ public class ODataHandler {
|
||||||
ODataServerError serverError = ODataExceptionHelper.createServerErrorObject(e);
|
ODataServerError serverError = ODataExceptionHelper.createServerErrorObject(e);
|
||||||
handleException(request, response, serverError, requestedContentType);
|
handleException(request, response, serverError, requestedContentType);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
|
||||||
ODataServerError serverError = ODataExceptionHelper.createServerErrorObject(e);
|
ODataServerError serverError = ODataExceptionHelper.createServerErrorObject(e);
|
||||||
handleException(request, response, serverError, requestedContentType);
|
handleException(request, response, serverError, requestedContentType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue