Skip to content

Commit

Permalink
Took out print
Browse files Browse the repository at this point in the history
  • Loading branch information
Singha22 committed Jan 27, 2025
1 parent 4b720b8 commit 6e13084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moto/securityhub/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def get_findings(
try:
max_results = int(max_results)
if max_results < 1 or max_results > 100:
print("max_results", max_results)
raise InvalidInputException(
op="GetFindings",
msg="MaxResults must be a number between 1 and 100",
Expand Down

0 comments on commit 6e13084

Please sign in to comment.