Skip to content

Commit

Permalink
Remove nit prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodi-meta committed Dec 6, 2024
1 parent 31e07b4 commit 4eaca59
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ object PromptFormatLocal {
var format: String = ""

for (message in messages) {
println("Message is: $message")
when {
message.isSystemMessage() -> {
// system message. Expecting this will only called once
Expand Down Expand Up @@ -91,7 +90,6 @@ object PromptFormatLocal {
}
}
}
println("format is $format")
formattedPrompt += format
}

Expand Down

0 comments on commit 4eaca59

Please sign in to comment.