removed print testing publish again
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "alpine-bits-python-server"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
description = "Alpine Bits Python Server implementation"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
@@ -290,12 +290,6 @@ class PingAction(AlpineBitsAction):
|
||||
break
|
||||
|
||||
# Debug print to see what we matched
|
||||
print("🔍 Client requested capabilities:")
|
||||
print(json.dumps(echo_data, indent=2))
|
||||
print("\n🏠 Server capabilities:")
|
||||
print(json.dumps(capabilities_dict, indent=2))
|
||||
print("\n🤝 Matching capabilities:")
|
||||
print(json.dumps(matching_capabilities, indent=2))
|
||||
|
||||
# Create successful ping response with matched capabilities
|
||||
capabilities_json = json.dumps(matching_capabilities, indent=2)
|
||||
|
||||
Reference in New Issue
Block a user