Skip to content

Commit 5f1634b

Browse files
committed
Fix try runtime
1 parent e5d2170 commit 5f1634b

File tree

1 file changed

+0
-2
lines changed
  • pallets/transaction-fee/src

1 file changed

+0
-2
lines changed

pallets/transaction-fee/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ where
160160
alpha_vec: &[(AccountIdOf<T>, NetUid)],
161161
tao_amount: u64,
162162
) {
163-
log::error("====== Withdrawing alpha fees");
164-
165163
if alpha_vec.is_empty() {
166164
return;
167165
}

0 commit comments

Comments
 (0)