Skip to content

Commit 7b11c4d

Browse files
committed
Remove debug line
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
1 parent d18d03d commit 7b11c4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hcloud/servers/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def create(self,
465465
if automount is not None:
466466
data["automount"] = automount
467467

468-
print(data)
469468
response = self._client.request(url="/servers", method="POST", json=data)
470469

471470
result = CreateServerResponse(

0 commit comments

Comments
 (0)