Skip to content

Commit

Permalink
Remove the error stack trace print (eclipse-birt#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
speckyspooky committed Mar 20, 2024
1 parent d4fdf93 commit 02b032d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ private int[] getImageResolution(InputStream imageStream) {
}
}
} catch (Exception e) {
e.printStackTrace();
// the default of BGI_DPI_DEFAULT (96dpi) will be used
}
}

Expand Down

0 comments on commit 02b032d

Please sign in to comment.