Skip to content

Commit 215e06b

Browse files
committed
🎨 Remove dangling code from example
1 parent bdb2b43 commit 215e06b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ public class LlamaConversationExample {
174174
private BiConsumer<Conversation, Throwable> logConversation() {
175175
return (conversation, throwable) -> {
176176
if (throwable == null) {
177-
final var x = conversationService.getById(conversation.getId());
178177
log.info("{}", conversation.getConversation());
179178
} else {
180179
log.error(throwable.getMessage(), throwable);

0 commit comments

Comments
 (0)