Skip to content

Commit

Permalink
Remove stack trace
Browse files Browse the repository at this point in the history
Remove stack trace
  • Loading branch information
angelozerr authored Jul 17, 2019
1 parent 0c41043 commit 2c6d46a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public static void doDiagnostics(DOMDocument document, XMLEntityResolver entityR
parser.parse(inputSource);

} catch (IOException | SAXException | CancellationException exception) {
exception.printStackTrace();
// ignore error
} catch (CacheResourceDownloadingException e) {
throw e;
Expand Down

0 comments on commit 2c6d46a

Please sign in to comment.