aboutsummaryrefslogtreecommitdiff
path: root/examples/jarvis.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jarvis.js')
-rw-r--r--examples/jarvis.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js
index ac27cea..7551a0d 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -30,7 +30,6 @@ class MetaSocket extends Socket{
self.on('init',(send)=>{
self.sender = send;
});
- Search.call(this);
}
}
var main = new MetaSocket();