Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2020-05-23 21:30:21 +0000
committerKarsten Thoms2020-06-09 07:22:44 +0000
commitf1d8daec2fda7660657ab8753bbe4e560d7cd4a6 (patch)
tree4f05523726014b8bd6387c56e4064ea6f26204df
parent071a396f956d2deb57bbd49241664cc8631ba08d (diff)
downloadeclipse.platform.debug-f1d8daec2fda7660657ab8753bbe4e560d7cd4a6.tar.gz
eclipse.platform.debug-f1d8daec2fda7660657ab8753bbe4e560d7cd4a6.tar.xz
eclipse.platform.debug-f1d8daec2fda7660657ab8753bbe4e560d7cd4a6.zip
Remove random System.out.println() in BreakpointsView
Change-Id: I18c812e9f05d8f7a02e34e13daac8f2126ed0bfc Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java
index 31ed62c81..4a4fdefd8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java
@@ -451,7 +451,6 @@ public class BreakpointsView extends VariablesView implements IBreakpointManager
// update the presentation context organizer
viewer.getPresentationContext().setProperty(IBreakpointUIConstants.PROP_BREAKPOINTS_ORGANIZERS, fOrganizers);
}
- System.out.println();
}
/**

Back to the top