remove println!, add check to keep it out (#2585)

* remove debugging prints

* remove println!, add check to keep it out
This commit is contained in:
Rob Walker
2019-01-29 16:02:03 -08:00
committed by GitHub
parent 9eecd549e4
commit a0bed5375d
5 changed files with 2 additions and 10 deletions

View File

@@ -598,7 +598,6 @@ mod tests {
const LAST: usize = 30;
for run in 0..=LAST {
println!("Checking for account registered: {}", run);
let account_user_data = client
.get_account_userdata(&vote_account_id)
.expect("Expected valid response for account userdata")