From 38a6c0bd5cb35b505e840b66987e9817b1e6d129 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Mon, 15 May 2017 12:42:20 -0700 Subject: [PATCH] update packages to registry from git --- lib/interrupt.js | 10 +++++----- syncd/.gitignore | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 syncd/.gitignore 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