Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jan 20, 2024
1 parent c1ccc27 commit bccfc96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geyser-plugin-manager/src/geyser_plugin_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ impl GeyserPluginManager {
});
}

setup_logger_for_plugin(&*new_plugin.plugin)?;
// Call on_load and push plugin
new_plugin
.on_load(new_config_file)
Expand Down Expand Up @@ -230,7 +229,6 @@ impl GeyserPluginManager {
});
}

setup_logger_for_plugin(&*new_plugin.plugin)?;
// Attempt to on_load with new plugin
match new_plugin.on_load(new_parsed_config_file) {
// On success, push plugin and library
Expand Down

0 comments on commit bccfc96

Please sign in to comment.