Skip to content

Commit 25b2bd5

Browse files
committed
Update client.py
1 parent 519b8bb commit 25b2bd5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

jupiterone/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,6 @@ def create_alert_rule(self, name: str = None, description: str = None, tags: Lis
850850
if action_configs:
851851
variables['instance']['operations'][0]['actions'].append(action_configs)
852852

853-
print(variables)
854-
855853
response = self._execute_query(CREATE_RULE_INSTANCE, variables=variables)
856854

857855
return response['data']['createInlineQuestionRuleInstance']

0 commit comments

Comments
 (0)