Skip to content

Commit 00b3c44

Browse files
committed
Avoid extra output
1 parent 6589f7c commit 00b3c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackhawk_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
def debug_print(message):
5252
"""Print debug messages to stderr for Claude Desktop"""
53-
print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
53+
" print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
5454

5555

5656
class StackHawkClient:

0 commit comments

Comments
 (0)