Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-01-30 16:03:59 +0000
committerjames2002-01-30 16:03:59 +0000
commit8630f8630e8c20200017cb7657040d9025d8e83b (patch)
tree568d6c2f0ec03803db54877334e779bb80508453
parent1ada964186df89042d6ff68911eaff53791914e7 (diff)
downloadeclipse.platform.team-8630f8630e8c20200017cb7657040d9025d8e83b.tar.gz
eclipse.platform.team-8630f8630e8c20200017cb7657040d9025d8e83b.tar.xz
eclipse.platform.team-8630f8630e8c20200017cb7657040d9025d8e83b.zip
Remove println
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecorationRunnable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecorationRunnable.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecorationRunnable.java
index 55a294481..a837a8707 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecorationRunnable.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecorationRunnable.java
@@ -84,8 +84,6 @@ public class CVSDecorationRunnable implements Runnable {
// will block if there are no resources to be decorated
IResource resource = notifier.next();
- System.out.println("Decorating: " + resource.getFullPath());
-
// it is possible that the resource to be decorated is no longer associated
// with a CVS provider. This could happen if the team nature was removed
// between the time the decoration event was posted to the thread and the time

Back to the top