Skip to content

Commit

Permalink
remove incident logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler committed Nov 25, 2024
1 parent bc6fdac commit e37f40d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Packs/rasterize/Integrations/rasterize/rasterize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,10 +1192,7 @@ def get_width_height(args: dict):


def main(): # pragma: no cover
incident_id = incident_name = ''
if (incident := demisto.incident()) and (incident_id := incident.get('id', '')):
incident_name = incident.get('name', '')
demisto.debug(f"main, {demisto.command()=}, {incident_id=}, {incident_name=}")
demisto.debug(f"main, {demisto.command()=}")
demisto.debug(f'Using performance params: {MAX_CHROMES_COUNT=}, {MAX_CHROME_TABS_COUNT=}, {MAX_RASTERIZATIONS_COUNT=}')
threading.excepthook = excepthook_recv_loop
try:
Expand Down

0 comments on commit e37f40d

Please sign in to comment.