Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit bbdf0ac

Browse files
committed
Remove unused import
1 parent acbb773 commit bbdf0ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/agent/internalConnectionRouter.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
*/
44
'use strict';
55

6-
const log = require('../logger').logger.getLogger('InternalConnectionRouter');
7-
const Connections = require('./connections');
8-
const InternalConnectionFactory = require('./InternalConnectionFactory');
9-
106
const config = global.config;
117

8+
const log = require('../logger').logger.getLogger('InternalConnectionRouter');
9+
const Connections = require('./connections');
1210
const internalIO = require('../internalIO/build/Release/internalIO');
1311

1412
const {InternalServer, InternalClient} = internalIO;

0 commit comments

Comments
 (0)