Skip to content

Commit 921f082

Browse files
authored
Update index.ts
1 parent fce95de commit 921f082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sequentialthinking/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface ThoughtData {
2525
class SequentialThinkingServer {
2626
private thoughtHistory: ThoughtData[] = [];
2727
private branches: Record<string, ThoughtData[]> = {};
28-
private disableThoughtLogging: boolean; // <-- ADDED
28+
private disableThoughtLogging: boolean;
2929

3030
constructor() {
3131
this.disableThoughtLogging = (process.env.DISABLE_THOUGHT_LOGGING || "").toLowerCase() === "true";

0 commit comments

Comments
 (0)