Skip to content

Commit

Permalink
pref: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 committed Oct 21, 2024
1 parent d07b339 commit aba237b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions promptulate/hook/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def registry_component_hook(cls, hook_table: Tuple, callback: Callable):
callback=callback,
component_type=hook_table[0],
)
logger.debug(f"[pne hook registry] instance hook: {hook}")
cls.component_hook_store.append(hook)

@classmethod
Expand Down Expand Up @@ -235,7 +234,6 @@ def registry_instance_hook(
component_type=hook_table[0],
unique_id=unique_id,
)
logger.debug(f"[pne hook registry] instance hook: {hook}")
cls.unmounted_hook_store.append(hook)

@classmethod
Expand Down

0 comments on commit aba237b

Please sign in to comment.