Skip to content

Commit a63aa2e

Browse files
committed
remove commented line; use beta 34
1 parent 4f55b9e commit a63aa2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/contracts/code_generator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ class CodeGenerator {
283283
return next(null, fs.embarkPath("js/web3-1.0.min.js"));
284284
} else {
285285
self.events.request("version:getPackageLocation", "web3", web3Version, function(err, location) {
286-
//self.events.request("version:getFileLocation", "web3", web3Version, function(err, location) {
287286
return next(null, fs.dappPath(location));
288287
});
289288
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"underscore.string": "^3.3.4",
6262
"url-loader": "^0.6.2",
6363
"viz.js": "^1.8.1",
64-
"web3": "1.0.0-beta.32",
64+
"web3": "1.0.0-beta.34",
6565
"webpack": "^3.10.0",
6666
"window-size": "^1.1.0"
6767
},

0 commit comments

Comments
 (0)