X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2FTreeTableCell.java;fp=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2FTreeTableCell.java;h=baf3b83de6873a371a5dddc669c9199f7a0f1194;hp=fb80d07605493f42119f05af20f38d5d8ae766fa;hb=55ecc2608480948bf13a593cf7002067d0741157;hpb=e1f7ed787d5691897dcdbccba94c774a51e67b45 diff --git a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java index fb80d0760..baf3b83de 100644 --- a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java +++ b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java @@ -47,7 +47,6 @@ public class TreeTableCell extends TableCell implements ITreeTableCell { String style = ""; int size = 12; for(FontData d : descriptor.getFontData()) { - System.err.println("data: " + d); family = d.getName(); if((d.getStyle() & SWT.ITALIC) != 0) style += "Italic"; if((d.getStyle() & SWT.BOLD) != 0) style += "Bold";