Skip to content

Commit

Permalink
deleted the logging (#11331)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyfreund authored Feb 14, 2021
1 parent 86f1e4c commit cb45dc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Packs/Base/ReleaseNotes/1_7_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Scripts
##### CommonServerPython
- Deleted mirroring logging in **GetRemoteDataResponse** class that used an invalid key.
Original file line number Diff line number Diff line change
Expand Up @@ -5894,7 +5894,6 @@ def extract_for_local(self):
:rtype: ``list``
"""
if self.mirrored_object:
demisto.info('Updating object {}'.format(self.mirrored_object["id"]))
return [self.mirrored_object] + self.entries


Expand Down
2 changes: 1 addition & 1 deletion Packs/Base/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Base",
"description": "The base pack for Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.7.13",
"currentVersion": "1.7.14",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit cb45dc4

Please sign in to comment.