mirror of https://github.com/embarklabs/embark.git
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) {
|
||||
var config = this.blockchainConfig.config(env);
|
||||
console.log("address is : " + primaryAddress);
|
||||
};
|
||||
|
||||
Compiler.prototype.compile_solidity = function(contractFile) {
|
||||
|
|
Loading…
Reference in New Issue