]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/ui/handlers/StageEditHandler.java
Removed contact application support prints
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / ui / handlers / StageEditHandler.java
index 63c2f0ac9dd658ab8d8d4be67066a13a76abd155..3a8f025737d6a17ccaa9045759655e22c7e22088 100644 (file)
@@ -79,7 +79,7 @@ public class StageEditHandler extends AbstractPreferenceHandler {
                     msg = new String(data, Charset.defaultCharset());
                 }
                 if (msg.isEmpty() || msg.matches(" *"))
                     msg = new String(data, Charset.defaultCharset());
                 }
                 if (msg.isEmpty() || msg.matches(" *"))
-                    msg = "Staging crashed. Contact application support.";
+                    msg = "Staging crashed.";
                 ShowError.showError("Staging failed, errorcode="+result.getExitValue(), msg, new Exception());
             }
             if (result.getMessageLog() != null) {
                 ShowError.showError("Staging failed, errorcode="+result.getExitValue(), msg, new Exception());
             }
             if (result.getMessageLog() != null) {