Skip to content

Commit 5ab2d7c

Browse files
remove log from other emitwhisper function
1 parent dfa4321 commit 5ab2d7c

File tree

1 file changed

+1
-1
lines changed
  • ldk/go/examples/filesystem-listen-directory/loop

1 file changed

+1
-1
lines changed

ldk/go/examples/filesystem-listen-directory/loop/loop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (c *Loop) emitExampleWhisper(fe ldk.FileEvent) error {
128128
}
129129
}()
130130

131-
c.logger.Info("Sent message", "markdown", markdownBytes.String())
131+
// c.logger.Info("Sent message", "markdown", markdownBytes.String())
132132

133133
return nil
134134
}

0 commit comments

Comments
 (0)