File tree 1 file changed +1
-3
lines changed
voyager/plugins/event-source/movement/src
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -339,8 +339,7 @@ impl PluginServer<ModuleCall, ModuleCallback> for Module {
339
339
unknown => panic ! ( "unknown event `{unknown}`" ) ,
340
340
} ;
341
341
342
- // Log movement events
343
- info ! ( event_type = %event_type, tx_hash = %hash, height = %height, "Movement event detected" ) ;
342
+ info ! ( event_type = %event_type, tx_hash = %hash, height = %height, "raw movement event" ) ;
344
343
345
344
// TODO: Check the type before deserializing
346
345
call ( PluginMessage :: new (
@@ -760,7 +759,6 @@ impl PluginServer<ModuleCall, ModuleCallback> for Module {
760
759
761
760
let voyager_client = e. try_get :: < VoyagerClient > ( ) ?;
762
761
763
- // Log the full event using ibc_union_spec::log_event
764
762
ibc_union_spec:: log_event ( & full_event, & self . chain_id ) ;
765
763
766
764
let client_info = voyager_client
You can’t perform that action at this time.
0 commit comments