Skip to content
Snippets Groups Projects
Commit bc19c7ac authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Dead code

parent a9f9f1d5
No related branches found
No related tags found
No related merge requests found
...@@ -64,11 +64,6 @@ export class Crawler extends stream.Transform implements DuniterService { ...@@ -64,11 +64,6 @@ export class Crawler extends stream.Transform implements DuniterService {
this.sandboxCrawler.stopService() this.sandboxCrawler.stopService()
]) ])
} }
// Unused
_write(str:string, enc:any, done:any) {
done && done();
};
} }
export class PeerCrawler implements DuniterService { export class PeerCrawler implements DuniterService {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment