Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 9, 2024
1 parent 844c35e commit 09baf74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ain-ocean/src/api/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ async fn get_account_history(
}): Path<History>,
Extension(ctx): Extension<Arc<AppContext>>,
) -> Result<Response<AddressHistory>> {
log::debug!("get_account_history address: {:?}", address);
let res = ctx
.client
.get_account_history(&address, height, txno)
Expand Down

0 comments on commit 09baf74

Please sign in to comment.