Remove dead code related to the processmanager and message module

This commit is contained in:
R. Richard
2019-08-26 13:53:13 +02:00
committed by therealkrispet
parent f63cede5d5
commit f90907607d
6 changed files with 6 additions and 70 deletions
-2
View File
@@ -15,7 +15,6 @@ import { IdeComponent } from './ide/ide.component';
import { MessagesComponent } from './messages/messages.component';
import { WebSocketService } from './services/websocket.service';
import { TerminalComponent } from './terminal/terminal.component';
import { ProcessManagerService } from './services/processmanager.service';
import { AppRoutingModule } from './app-routing.module';
import { TestmessengerComponent } from './testmessenger/testmessenger.component';
import { DeploymentNotificationService } from './services/deployment-notification.service';
@@ -50,7 +49,6 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
MarkdownService,
WebSocketService,
TerminadoService,
ProcessManagerService,
DeploymentNotificationService,
],
bootstrap: [