mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +00:00
don't print primary address
This commit is contained in:
parent
47a63844fd
commit
b9a9de0a32
@ -10,7 +10,6 @@ Compiler = function(blockchainConfig) {
|
|||||||
|
|
||||||
Compiler.prototype.init = function(env) {
|
Compiler.prototype.init = function(env) {
|
||||||
var config = this.blockchainConfig.config(env);
|
var config = this.blockchainConfig.config(env);
|
||||||
console.log("address is : " + primaryAddress);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Compiler.prototype.compile_solidity = function(contractFile) {
|
Compiler.prototype.compile_solidity = function(contractFile) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user