removed unnecessary 'require' statement
This commit is contained in:
parent
bb1d8f3f50
commit
c728314af2
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
const logger = require('./logger.js');
|
||||
const { spawn } = require('child_process');
|
||||
const { create } = require('domain');
|
||||
|
||||
const STATE_OK = 'ok';
|
||||
const STATE_DETACHED = 'detached';
|
||||
|
|
Loading…
Reference in a new issue