From c44f3c5f25d24697e194b50364fee0dd8542e3f2 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 3 Aug 2021 15:13:17 +0200 Subject: [PATCH] lint --- tabby-serial/src/profiles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tabby-serial/src/profiles.ts b/tabby-serial/src/profiles.ts index 4be40151..e83ce488 100644 --- a/tabby-serial/src/profiles.ts +++ b/tabby-serial/src/profiles.ts @@ -8,7 +8,6 @@ import { SerialProfileSettingsComponent } from './components/serialProfileSettin import { SerialTabComponent } from './components/serialTab.component' import { SerialService } from './services/serial.service' import { BAUD_RATES, SerialProfile } from './api' -import { profileEnd } from 'console' @Injectable({ providedIn: 'root' }) export class SerialProfilesService extends ProfileProvider {