[303963] Error Exception logged during deploy
diff --git a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deploy/DeployerRegistry.java b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deploy/DeployerRegistry.java
index cc686b5..e115be5 100644
--- a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deploy/DeployerRegistry.java
+++ b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deploy/DeployerRegistry.java
@@ -242,7 +242,8 @@
 						facet = ProjectFacetsManager.getProjectFacet(exclusion);
 					} catch (IllegalArgumentException e) {
 						//Facet id not found
-						org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin.logError(e);
+						//No logging should be done here... not having this facet installed is actually expected
+						//This filtering should only be enabled if the facet exists in this environment
 					}
 					if (facet != null && fProj.hasProjectFacet(facet)) {
 						excludeDeployer = true;