bb log reduce

This commit is contained in:
CakeCN
2025-09-12 13:48:10 +08:00
parent 4701b62f3a
commit 86a9bf1a64

View File

@@ -31,7 +31,7 @@ class VSCodeNamespace(Namespace):
def on_message(self, data):
print(f"Received from VSCode client: {data}")
# print(f"Received from VSCode client: {data}")
dataconfig = data['config']
realtime_response(dataconfig, data)
# emit('response', {'message': 'Config data received and connection established'})