MCPcopy Create free account
hub / github.com/coi/coi / log_message

Method log_message

scripts/dev_server.py:33–34  ·  view source on GitHub ↗
(self, format, *args)

Source from the content-addressed store, hash-verified

31 """HTTP handler with SPA routing and optional hot reload support."""
32
33 def log_message(self, format, *args):
34 pass # Suppress logging
35
36 def do_GET(self):
37 global hot_reload_enabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected