Remove console & live process log logic (moved to backend)

This commit is contained in:
Kristóf Tóth
2019-08-15 14:37:55 +02:00
parent 0543a36f09
commit e6783efa49
8 changed files with 10 additions and 101 deletions
-2
View File
@@ -23,7 +23,6 @@ import { TestmessengerComponent } from './testmessenger/testmessenger.component'
import { DeploymentNotificationService } from './services/deployment-notification.service';
import { SafePipe } from './pipes/safe.pipe';
import { ConsoleComponent } from './console/console.component';
import { ProcessLogService } from './services/processlog.service';
import { MonacoEditorModule } from 'ngx-monaco-editor';
@@ -56,7 +55,6 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
FSMUpdateService,
ProcessManagerService,
DeploymentNotificationService,
ProcessLogService
],
bootstrap: [
AppComponent