Remove unnecessary traces from resource decorator
commite602e3bc9ecdbd54b9e291d81194a714f33bfabb
authorShawn O. Pearce <spearce@spearce.org>
Fri, 28 Mar 2008 00:19:36 +0000 (27 20:19 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:25 +0000 (7 01:06 -0400)
treec6743c8d372c885886b119280e967d5c5223b6a8
parent382757263152cde4b92467701ebfaff7ea92536e
Remove unnecessary traces from resource decorator

These trace statements are slowing down our resource decorator, which
may have a lot of work to perform if there are many files visible in
the explorer tree at once.  Even if the user has logging turned off
we are still constructing these strings, which hurts performance.

Most of this decorator code is considered to be stable, and if we do
want to see what is going on here we can always use a debugger from a
host workbench or insert a handful of trace lines at key points.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/GitResourceDecorator.java