Bug 520879 - Remove System.out.println in
TableColumn.drawInteriorWithFrame_inView

Change-Id: I7b995aa7358251ebe81c5e1fdda869ec9465ed96
Signed-off-by: Till Brychcy <register.eclipse@brychcy.de>
(cherry picked from commit cbaf381a53a767d35286907bb53bde0c52f3cf1d)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java
index 985a340..9fd7173 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java
@@ -301,7 +301,6 @@
 		boolean ascending = parent.sortDirection == SWT.UP;
 		if (parent.headerBackground != null || parent.headerForeground != null) {
 			NSRect sortIndicatorRect = headerCell.sortIndicatorRectForBounds(cellRect);
-			System.out.println(sortIndicatorRect);
 			context.saveGraphicsState();
 			if (parent.headerForeground != null) {
 				double /*float*/ [] colorRGB = parent.headerForeground;