Skip to content

Commit

Permalink
tmf.ui: Fix low priority security hotspot
Browse files Browse the repository at this point in the history
Remove a left over print stacktrace line

Change-Id: I34c949eda52238b17d413620315e97f3f5f13539
Signed-off-by: Sehr Moosabhoy <sehr.moosabhoy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/202663
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
Sehr Moosabhoy authored and bhufmann committed Jun 22, 2023
1 parent 06d205b commit a87a692
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ public static long getZipEntrySize(ZipFile zipFile, ZipEntry entry) {
entrySize += numBytes;
}
} catch (IOException e) {
e.printStackTrace();
return -1;

}
Expand Down

0 comments on commit a87a692

Please sign in to comment.