Remove println for options.
This commit is contained in:
parent
f2b8d6336a
commit
8e892fe60e
@ -78,8 +78,6 @@ fn setup_rpc_server(_client: Arc<Client>, _sync: Arc<EthSync>, _url: &str) {
|
||||
fn main() {
|
||||
let args: Args = Args::docopt().decode().unwrap_or_else(|e| e.exit());
|
||||
|
||||
println!("{:?}", args);
|
||||
|
||||
setup_log(&args.flag_logging);
|
||||
|
||||
let spec = ethereum::new_frontier();
|
||||
|
Loading…
Reference in New Issue
Block a user