remove unnecessary import

This commit is contained in:
Alex Christoffer Rasmussen
2023-11-03 15:28:42 +01:00
committed by Carlos Valente
parent 44f025b359
commit f57faf1837
-1
View File
@@ -5,7 +5,6 @@ import { Server } from 'node-osc';
import { IAdapter } from './IAdapter.js';
import { dispatchFromAdapter } from '../controllers/integrationController.js';
import { logger } from '../classes/Logger.js';
import { error } from 'console';
export class OscServer implements IAdapter {
private readonly osc: Server;