Skip to content
Snippets Groups Projects
Commit 9537fc0f authored by michael.ramusi's avatar michael.ramusi
Browse files

deleted a println

parent bedbdaf4
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ public class AccountDatabase {
}
public void withdrawCreditAccount(int idAccount, double credit){
System.out.println("ID:" + idAccount);
this.database.get(this.database.indexOf(getById(idAccount).get())).withdraw(credit);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment