]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/ui/handlers/SynchroniseAllHandler.java
Removed contact application support prints
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / ui / handlers / SynchroniseAllHandler.java
index cb24def8cda50d546ea9bd22a536b7f569006800..6463ccbb2f58808c217643c342f6e7e3ecc2ffe8 100644 (file)
@@ -112,7 +112,7 @@ public class SynchroniseAllHandler 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 and burned. Contact application support.";
+                    msg = "Staging crashed and burned.";
                 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) {