Completed: Bug 116503: url format in bugzilla preference page is not clear
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116503
diff --git a/org.eclipse.mylyn.ide.ui/src/org/eclipse/mylyn/ide/ResourceInterestUpdater.java b/org.eclipse.mylyn.ide.ui/src/org/eclipse/mylyn/ide/ResourceInterestUpdater.java
index 1fc0b9b..bb8d961 100644
--- a/org.eclipse.mylyn.ide.ui/src/org/eclipse/mylyn/ide/ResourceInterestUpdater.java
+++ b/org.eclipse.mylyn.ide.ui/src/org/eclipse/mylyn/ide/ResourceInterestUpdater.java
@@ -50,8 +50,7 @@
 		if (handle != null) {
 			IMylarElement element = MylarPlugin.getContextManager().getElement(handle);
 			if (!element.getInterest().isInteresting()) {
-				MylarPlugin.log("adding to context: " + resource, this);
-				
+//				MylarPlugin.log("adding to context: " + resource, this);
 				InteractionEvent interactionEvent = new InteractionEvent(
 						InteractionEvent.Kind.SELECTION,
 						bridge.getContentType(),