do not show stack trace
diff --git a/org.eclipse.rmf.reqif10.constraints/src/org/eclipse/rmf/reqif10/constraints/ReqIFModelConstraint.java b/org.eclipse.rmf.reqif10.constraints/src/org/eclipse/rmf/reqif10/constraints/ReqIFModelConstraint.java
index 6abf573..82f9137 100644
--- a/org.eclipse.rmf.reqif10.constraints/src/org/eclipse/rmf/reqif10/constraints/ReqIFModelConstraint.java
+++ b/org.eclipse.rmf.reqif10.constraints/src/org/eclipse/rmf/reqif10/constraints/ReqIFModelConstraint.java
@@ -19,8 +19,6 @@
 		try {
 			return doValidate(ctx);
 		} catch (Throwable ex) {
-			ex.printStackTrace(System.err);
-
 			Bundle bundle = Platform.getBundle(bundleId);
 			ILog log = Platform.getLog(bundle);
 			log.log(new Status(IStatus.ERROR, bundleId, "Exception while running Validator", ex)); //$NON-NLS-1$