Skip to content

Commit a82a412

Browse files
Update guardrails/cli/hub/uninstall.py
1 parent c0dfcce commit a82a412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guardrails/cli/hub/uninstall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def uninstall(
6363
"""Uninstall a validator from the Hub."""
6464
from guardrails.hub.validator_package_service import ValidatorPackageService
6565

66-
print(f"ValidatorPackageService: {ValidatorPackageService}")
6766
if not package_uri.startswith("hub://"):
6867
logger.error("Invalid URI!")
6968
sys.exit(1)

0 commit comments

Comments
 (0)