Bug 517596: extraneous output on stdout when debugging Python targets

Remove unneeded sysout printlns.

Change-Id: I41ebcac2d5f83d8b796b238a14294282faab7be0
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
index 2adf29b..cf99cb7 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
@@ -54,19 +54,16 @@
 	@Override
 	public void addListener(final ILabelProviderListener listener) {
 		// TODO Auto-generated method stub
-		System.out.println("New ILabelListener should be added.");
 	}
 
 	@Override
 	public void dispose() {
 		// TODO Auto-generated method stub
-		System.out.println("Dispose of PythonDebugModelPresentation.");
 	}
 
 	@Override
 	public boolean isLabelProperty(final Object element, final String property) {
 		// TODO Auto-generated method stub
-		System.out.println("Checking if isLabelProperty.");
 		return false;
 	}