Skip to content

Commit 0fd459e

Browse files
committed
fix: startup
1 parent 8bbc625 commit 0fd459e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ function instance(system, id, config) {
6464
});
6565
self.port_offset = po;
6666

67-
self.debug = debug;
68-
self.log = log;
69-
7067
return self;
7168
}
7269

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"legacy": [
44
"wing"
55
],
6-
"version": "1.0.7",
6+
"version": "1.0.8",
77
"api_version": "1.0.0",
88
"keywords": [
99
"Audio",

0 commit comments

Comments
 (0)