Skip to content

Commit b0a92bf

Browse files
Drop residual prints
1 parent 39cb767 commit b0a92bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

linode_api4/objects/nodebalancer.py

-4
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,9 @@ def save(self, force=True) -> bool:
123123

124124
data = self._serialize()
125125

126-
print(data)
127-
128126
if data.get("protocol") == "udp" and "cipher_suite" in data:
129127
data.pop("cipher_suite")
130128

131-
print(data)
132-
133129
result = self._client.put(
134130
NodeBalancerConfig.api_endpoint, model=self, data=data
135131
)

0 commit comments

Comments
 (0)