We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f401113 commit 0db00b4Copy full SHA for 0db00b4
dynatademand/api.py
@@ -168,7 +168,6 @@ def get_projects(self):
168
def update_project(self, project_id, update_data):
169
self._validate_object("project_update", update_data)
170
response_data = self._api_post('/projects/{}'.format(project_id), update_data)
171
- print(response_data.get('status').get('message'))
172
if response_data.get('status').get('message') != 'success':
173
raise DemandAPIError(
174
"Could not update project. Demand API responded with: {}".format(
0 commit comments