@@ -39,7 +39,7 @@ impl<T: Config> Pallet<T> {
3939 ) -> dispatch:: DispatchResult {
4040 // 1. We check the transaction is signed by the caller and retrieve the T::AccountId coldkey information.
4141 let coldkey = ensure_signed ( origin) ?;
42- log:: info !(
42+ log:: debug !(
4343 "do_remove_stake( origin:{:?} hotkey:{:?}, netuid: {:?}, alpha_unstaked:{:?} )" ,
4444 coldkey,
4545 hotkey,
@@ -117,7 +117,7 @@ impl<T: Config> Pallet<T> {
117117 ) -> dispatch:: DispatchResult {
118118 // 1. We check the transaction is signed by the caller and retrieve the T::AccountId coldkey information.
119119 let coldkey = ensure_signed ( origin) ?;
120- log:: info !( "do_unstake_all( origin:{:?} hotkey:{:?} )" , coldkey, hotkey) ;
120+ log:: debug !( "do_unstake_all( origin:{:?} hotkey:{:?} )" , coldkey, hotkey) ;
121121
122122 // 2. Ensure that the hotkey account exists this is only possible through registration.
123123 ensure ! (
@@ -191,7 +191,7 @@ impl<T: Config> Pallet<T> {
191191 ) -> dispatch:: DispatchResult {
192192 // 1. We check the transaction is signed by the caller and retrieve the T::AccountId coldkey information.
193193 let coldkey = ensure_signed ( origin) ?;
194- log:: info !( "do_unstake_all( origin:{:?} hotkey:{:?} )" , coldkey, hotkey) ;
194+ log:: debug !( "do_unstake_all( origin:{:?} hotkey:{:?} )" , coldkey, hotkey) ;
195195
196196 // 2. Ensure that the hotkey account exists this is only possible through registration.
197197 ensure ! (
@@ -294,7 +294,7 @@ impl<T: Config> Pallet<T> {
294294 ) -> dispatch:: DispatchResult {
295295 // 1. We check the transaction is signed by the caller and retrieve the T::AccountId coldkey information.
296296 let coldkey = ensure_signed ( origin) ?;
297- log:: info !(
297+ log:: debug !(
298298 "do_remove_stake( origin:{:?} hotkey:{:?}, netuid: {:?}, alpha_unstaked:{:?} )" ,
299299 coldkey,
300300 hotkey,
0 commit comments