Do not use `printStackTrace()`

This commit is contained in:
Nikolay Martynov 2019-11-05 13:01:42 -05:00
parent f236c0e8e0
commit b31778a05e
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ public class TracingAgent {
try {
startJmxFetch(inst, bootstrapURL);
} catch (final Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}