aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filter.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 22:49:36 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 22:49:36 +0800
commit0172939490f47f869b39b00d3f5f228b226ab170 (patch)
tree6f1f9d64248291d3e22feb309265fa826ccce485 /lib/filter.js
parent2c36d5ff457952c557b467e580514b08126d7dd7 (diff)
downloadgo-tangerine-0172939490f47f869b39b00d3f5f228b226ab170.tar.gz
go-tangerine-0172939490f47f869b39b00d3f5f228b226ab170.tar.zst
go-tangerine-0172939490f47f869b39b00d3f5f228b226ab170.zip
fixed #28 and other small node.js issues
Diffstat (limited to 'lib/filter.js')
-rw-r--r--lib/filter.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/filter.js b/lib/filter.js
index 47f5a070c..4a82babb9 100644
--- a/lib/filter.js
+++ b/lib/filter.js
@@ -23,10 +23,7 @@
* @date 2014
*/
-// TODO: is these line is supposed to be here?
-if (process.env.NODE_ENV !== 'build') {
- var web3 = require('./web3'); // jshint ignore:line
-}
+var web3 = require('./web3'); // jshint ignore:line
/// should be used when we want to watch something
/// it's using inner polling mechanism and is notified about changes