Skip to content

Commit

Permalink
Merge branch 'main' into feature-connectors-openai
Browse files Browse the repository at this point in the history
  • Loading branch information
crickman committed Jul 24, 2024
2 parents 497f225 + 305b2ee commit 2f4785e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ private List<Block> ExtractBlocks(PromptTemplateConfig config, ILoggerFactory lo
{
string templateText = config.Template;

if (this._logger.IsEnabled(LogLevel.Trace))
{
this._logger.LogTrace("Extracting blocks from template: {0}", templateText);
}

var blocks = new TemplateTokenizer(loggerFactory).Tokenize(templateText);

foreach (var block in blocks)
Expand Down

0 comments on commit 2f4785e

Please sign in to comment.