From 0172939490f47f869b39b00d3f5f228b226ab170 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 16 Jan 2015 15:49:36 +0100 Subject: fixed #28 and other small node.js issues --- lib/contract.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/contract.js') diff --git a/lib/contract.js b/lib/contract.js index 52ce08705..744fc88a4 100644 --- a/lib/contract.js +++ b/lib/contract.js @@ -20,11 +20,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 var abi = require('./abi'); /// method signature length in bytes -- cgit v1.2.3