re-enable removing rino validaotr msgs.
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/JsBatchValidator.java b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/JsBatchValidator.java
index 68bafe5..4e3b21b 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/JsBatchValidator.java
+++ b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/JsBatchValidator.java
@@ -89,7 +89,7 @@
                               if (project.isOpen()) {
                                       try {
                                               if (project.hasNature(JavaCore.NATURE_ID)) {
-                                              //        WorkbenchReporter.removeAllMessages(project, rhinoValidator, null);
+                                                    WorkbenchReporter.removeAllMessages(project, rhinoValidator, null);
                                               }
                                       } catch (CoreException e) {
                                               // Do nothing