Skip to content

Commit b9d578d

Browse files
tdsteinschloerke
andauthored
Update src/posit/connect/permissions.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 7fdccc9 commit b9d578d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/posit/connect/permissions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def create(
158158
kwargs["principal_type"] = principal_type
159159

160160
path = f"v1/content/{self.content_guid}/permissions"
161-
print(kwargs)
162161
response = self._ctx.client.post(path, json=kwargs)
163162
return Permission(self._ctx, **response.json())
164163

0 commit comments

Comments
 (0)