Skip to content

Commit 8b1a10c

Browse files
committed
extra log for why
1 parent 0034f2a commit 8b1a10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tools/compress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function createCompressTool(ctx: PruneToolContext): ReturnType<typeof too
6363
throw new Error("content.summary is required and must be a non-empty string")
6464
}
6565

66-
logger.info("Compress tool invoked")
66+
// logger.info("Compress tool invoked")
6767
// logger.info(
6868
// JSON.stringify({
6969
// startString: startString?.substring(0, 50) + "...",

0 commit comments

Comments
 (0)