mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: Remove debug print statement from ToolSerializer
This commit is contained in:
parent
b10ce2296b
commit
433f0b1ca0
|
|
@ -797,7 +797,6 @@ class ToolSerializer(serializers.Serializer):
|
|||
res = requests.get(download_url, timeout=5)
|
||||
tool_data = RestrictedUnpickler(io.BytesIO(res.content)).load().tool
|
||||
tool_id = uuid.uuid7()
|
||||
print(instance.get('tool_type'))
|
||||
tool = Tool(
|
||||
id=tool_id,
|
||||
name=instance.get('name'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue