Skip to content

Commit

Permalink
Remove print in initialize_options_configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
radi-cho committed Aug 25, 2023
1 parent 470f42a commit db9df86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datasetGPT/conversations.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def initialize_options_configs(
generator_config_keys: List[str] = GENERATOR_CONFIG_KEYS
) -> None:
"""Prepare options combinations."""
print(self.config.initial_utterances)
super().initialize_options_configs(options_config_keys, generator_config_keys)

def initialize_chain(
Expand Down

0 comments on commit db9df86

Please sign in to comment.