[137000] Unable to Return to "Table of Contents" in Design View - remove some printlns
diff --git a/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java b/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java
index 49e5def..d23c31d 100644
--- a/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java
+++ b/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/editor/ADTMultiPageEditor.java
@@ -105,7 +105,6 @@
       {
         // TODO (cs) do we need to register this action?
         //
-        System.out.println("MouseUp!!");
         SetInputToGraphView action = new SetInputToGraphView(ADTMultiPageEditor.this, getModel());
         action.run();
       }          
@@ -189,7 +188,6 @@
       public void selectionChanged(SelectionChangedEvent event)
       {        
         IStructuredSelection input = (IStructuredSelection)event.getSelection();
-        System.out.println("inputChanged:" + input);
         tableOfContentsButton.setVisible(isTableOfContentsApplicable(input.getFirstElement()));         
       }      
     });