diff --git a/docs/tutorials/tut-integration-ui.md b/docs/tutorials/tut-integration-ui.md index 0c5bf81d2..8b2e40da2 100644 --- a/docs/tutorials/tut-integration-ui.md +++ b/docs/tutorials/tut-integration-ui.md @@ -366,6 +366,8 @@ except Exception as e: ``` If any errors occur during the execution of our code, show those errors to the user and also return an error. +**NOTE:** demisto.debug must be used to print debug logs. Using a print statement can cause unexpected exceptions and errors. + ### Start at Main ```python if __name__ in ('__main__', '__builtin__', 'builtins'):