]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "(refs #7264) Better updating of SCL module tree"
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Fri, 2 Jun 2017 12:11:27 +0000 (15:11 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Fri, 2 Jun 2017 12:11:27 +0000 (15:11 +0300)
bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java

index fb80d07605493f42119f05af20f38d5d8ae766fa..baf3b83de6873a371a5dddc669c9199f7a0f1194 100644 (file)
@@ -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";