diff --git a/lib/interrupt.js b/lib/interrupt.js index aa6f82e..7197b6f 100644 --- a/lib/interrupt.js +++ b/lib/interrupt.js @@ -86,11 +86,11 @@ class Interrupt extends EventEmitter { } start() { - this.inter(port).on('fired', () => { - console.log(`interrupt port ${port} hook me \n ${relays}`) - // hook.bind(this)(port) - - }) + // this.inter(port).on('fired', () => { + // console.log(`interrupt port ${port} hook me \n ${relays}`) + // // hook.bind(this)(port) + // + // }) return this.clear().then(() => this.poller.add(this.valuefd, Epoll.EPOLLPRI | Epoll.EPOLLONESHOT)); } diff --git a/syncd/.gitignore b/syncd/.gitignore deleted file mode 100644 index 2be44d2..0000000 --- a/syncd/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/syncd.conf -/syncd.log -/syncd.pid