remove no longer supported log file option when calling geth

This commit is contained in:
Iuri Matias 2016-05-20 23:26:17 -04:00
parent 1affc9807a
commit c168d103cb
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ Blockchain.prototype.generate_basic_command = function() {
if (config.datadir !== "default") {
cmd += "--datadir=\"" + config.datadir + "\" ";
cmd += "--logfile=\"" + config.datadir + ".log\" ";
}
if (config.geth_extra_opts) {