[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 c7cb86b..9f5a847 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
@@ -25,7 +25,6 @@
 import org.eclipse.wst.xsd.adt.design.editparts.BaseFieldEditPart;
 import org.eclipse.wst.xsd.adt.design.editparts.CompartmentEditPart;
 import org.eclipse.wst.xsd.adt.design.editparts.ComplexTypeEditPart;
-import org.eclipse.wst.xsd.adt.design.editparts.model.Compartment;
 import org.eclipse.wst.xsd.editor.internal.actions.MoveAction;
 import org.eclipse.wst.xsd.editor.internal.actions.MoveAttributeAction;
 import org.eclipse.wst.xsd.editor.internal.adapters.XSDBaseAdapter;
@@ -123,7 +122,7 @@
           parentAttributeGroupEditPart = null;
           calculateAttributeGroupList();
           EditPart compartment = target.getParent();
-          System.out.println(((Compartment)compartment.getModel()).getKind());
+
           parentEditPart = null;
           if (compartment != null)
           {