Skip to content

Commit

Permalink
updated the code
Browse files Browse the repository at this point in the history
  • Loading branch information
karand-metron committed Jan 9, 2025
1 parent 65bea97 commit c4baaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/SilentPush/Integrations/SilentPush/SilentPush.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def mock_debug(message):
"""Print debug messages to the XSOAR logs"""
print(f"DEBUG: {message}")

# Assign the mock debug function to demisto.debug for logging

demisto.debug = mock_debug

class Client:
Expand Down

0 comments on commit c4baaf7

Please sign in to comment.