[no bug] remove println
diff --git a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/editor/internal/commands/DragAndDropCommand.java b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/editor/internal/commands/DragAndDropCommand.java
index a9e254b..9ae66fc 100644
--- a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/editor/internal/commands/DragAndDropCommand.java
+++ b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/editor/internal/commands/DragAndDropCommand.java
@@ -164,7 +164,7 @@
         	previousRefComponent = (XSDConcreteComponent)((XSDBaseAdapter)previousChildRefEditPart.getModel()).getTarget();
           }
         }
-        System.out.println(previousRefComponent + "\n   " + nextRefComponent);
+//        System.out.println(previousRefComponent + "\n   " + nextRefComponent);
         action = new MoveAction(targetModelGroup, concreteComponentList, previousRefComponent, nextRefComponent);
         canExecute = action.canMove();
       }