Skip to content

Commit a105c0a

Browse files
author
Chris Kleeschulte
committed
Removed errors memoization.
1 parent c9d4dc2 commit a105c0a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/scaffold/start.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var bitcore = require('bitcore');
77
var _ = bitcore.deps._;
88
var $ = bitcore.util.preconditions;
99
var log = index.log;
10-
var errors = index.errors;
1110
var child_process = require('child_process');
1211
var fs = require('fs');
1312
var shuttingDown = false;

lib/services/bitcoind.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var $ = bitcore.util.preconditions;
99
var _ = bitcore.deps._;
1010
var index = require('../');
1111
var log = index.log;
12-
var errors = index.errors;
1312
var Service = require('../service');
1413

1514
/**

0 commit comments

Comments
 (0)