Skip to content

Commit 44cd393

Browse files
authored
Update main.rs
1 parent 8ea76a1 commit 44cd393

File tree

1 file changed

+1
-3
lines changed
  • voyager/plugins/event-source/movement/src

1 file changed

+1
-3
lines changed

voyager/plugins/event-source/movement/src/main.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ impl PluginServer<ModuleCall, ModuleCallback> for Module {
339339
unknown => panic!("unknown event `{unknown}`"),
340340
};
341341

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");
344343

345344
// TODO: Check the type before deserializing
346345
call(PluginMessage::new(
@@ -760,7 +759,6 @@ impl PluginServer<ModuleCall, ModuleCallback> for Module {
760759

761760
let voyager_client = e.try_get::<VoyagerClient>()?;
762761

763-
// Log the full event using ibc_union_spec::log_event
764762
ibc_union_spec::log_event(&full_event, &self.chain_id);
765763

766764
let client_info = voyager_client

0 commit comments

Comments
 (0)