Bladeren bron

System.out removed from HighlightingSupportAdapter

Andreas Mülder 14 jaren geleden
bovenliggende
commit
aea1c11562

+ 0 - 4
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/src/de/itemis/gmf/runtime/commons/highlighting/HighlightingSupportAdapter.java

@@ -120,7 +120,6 @@ public class HighlightingSupportAdapter implements IHighlightingSupport {
 
 	public synchronized void fadeOut(EObject semanticElement,
 			HighlightingParameters parameters) {
-		System.out.println("FADE OUT : " + semanticElement);
 		if (!locked) {
 			throw new IllegalStateException(
 					"May only highlight if editor is locked");
@@ -152,14 +151,11 @@ public class HighlightingSupportAdapter implements IHighlightingSupport {
 		}
 		final IGraphicalEditPart editPart = getEditPartForSemanticElement(semanticElement);
 		if(editPart == null) {
-			System.out.println("No edit part found for: " + semanticElement);
 			return;
 		}
 		// ensure the edit part is made visible.
 		diagramWorkbenchPart.getDiagramGraphicalViewer().reveal(editPart);
 
-		System.out.println("flash: " + semanticElement);
-
 		final IFigure figure = getTargetFigure(editPart);
 				
 //				(editPart instanceof FixedSizeShapeNodeEditPart)