Eugene Pankov 4 years ago
parent
commit
c44f3c5f25
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tabby-serial/src/profiles.ts

+ 0 - 1
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<SerialProfile> {