Skip to content

Commit

Permalink
Removed spurious print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Nov 23, 2019
1 parent 8af4dd5 commit 63937cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplipy/system/v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def _set_system_property(self, property_name: str, value: Any) -> None:
else:
payload = {"normal": {property_name: value}}

print(payload)
settings_resp = await self._request(
"post", f"ss3/subscriptions/{self.system_id}/settings/normal", json=payload
)
Expand Down

0 comments on commit 63937cc

Please sign in to comment.