Skip to content

Commit

Permalink
Remove accidential commited code
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Sep 20, 2023
1 parent dec1b23 commit 7311929
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@
import org.eclipse.glsp.server.actions.AbstractActionHandler;
import org.eclipse.glsp.server.actions.Action;
import org.eclipse.glsp.server.actions.ActionDispatcher;
import org.eclipse.glsp.server.actions.MessageAction;
import org.eclipse.glsp.server.actions.StatusAction;
import org.eclipse.glsp.server.di.DiagramModule;
import org.eclipse.glsp.server.features.progress.ProgressMonitor;
import org.eclipse.glsp.server.features.progress.ProgressService;
import org.eclipse.glsp.server.features.sourcemodelwatcher.SourceModelWatcher;
import org.eclipse.glsp.server.model.GModelState;
import org.eclipse.glsp.server.types.Severity;
import org.eclipse.glsp.server.utils.ClientOptionsUtil;
import org.eclipse.glsp.server.utils.StatusActionUtil;

Expand Down Expand Up @@ -82,8 +79,6 @@ public List<Action> executeAction(final RequestModelAction action) {
if (!isReconnecting) {
sourceModelWatcher.ifPresent(watcher -> watcher.startWatching());
}
this.actionDispatcher.dispatch(new StatusAction(Severity.WARNING, "foo"));
this.actionDispatcher.dispatch(new MessageAction(Severity.WARNING, "foo"));

return modelSubmissionHandler.submitInitialModel(action);
}
Expand Down

0 comments on commit 7311929

Please sign in to comment.