Skip to content

Commit

Permalink
chore: 删除调试输出
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Dec 22, 2023
1 parent bb12b48 commit d2bd6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/plugin/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def emit(self, event_name: str, **kwargs) -> EventContext:
event_name, event_context.eid, event_context.__return_value__
)
)
print(emitted_plugins)

if len(emitted_plugins) > 0:
plugins_info = [get_plugin_info_for_audit(p) for p in emitted_plugins]
Expand Down

0 comments on commit d2bd6e2

Please sign in to comment.