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
Branches
Tags
No related merge requests found
......@@ -64,11 +64,6 @@ export class Crawler extends stream.Transform implements DuniterService {
this.sandboxCrawler.stopService()
])
}
// Unused
_write(str:string, enc:any, done:any) {
done && done();
};
}
export class PeerCrawler implements DuniterService {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment