Skip to content

Commit

Permalink
[functional tests] remove println!
Browse files Browse the repository at this point in the history
This `println!` was checked in by mistake. This gets it deleted.
  • Loading branch information
vgao1996 authored and calibra-opensource committed Jun 26, 2019
1 parent bf90733 commit ee70a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion language/functional_tests/src/config/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl Config {
if let btree_map::Entry::Vacant(entry) = accounts.entry("default".to_string()) {
entry.insert(AccountData::new(DEFAULT_BALANCE, 0));
}
println!("{:?}", accounts);
Ok(Config { accounts })
}
}

0 comments on commit ee70a11

Please sign in to comment.