Skip to content

Commit f0777b1

Browse files
committed
Remove the super constructor call
1 parent c6c941b commit f0777b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ class GCodeInterpreter {
6868
handlers = {};
6969

7070
constructor(options) {
71-
super();
72-
7371
options = options || {};
7472
options.handlers = options.handlers || {};
7573

0 commit comments

Comments
 (0)