Skip to content

Commit

Permalink
Remove console output messages (eclipse-birt#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
speckyspooky committed Jul 12, 2024
1 parent eef7e14 commit e8cd325
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,6 @@ private void processCellImage(HandlerState state, Drawing<?> drawing, CellImage

if (cellImage.horizontalAlignment != null) {
int moveX = (colWidth - imageWidth);
System.out.println("imageWidth: " + imageWidth);
System.out.println("colWidth: " + colWidth);
System.out.println("moveX: " + moveX);
if (cellImage.horizontalAlignment.equals(CSSConstants.CSS_CENTER_VALUE)) {
// horizontal alignment, center - half of empty area added at left hand side
moveX = moveX / 2;
Expand Down

0 comments on commit e8cd325

Please sign in to comment.