Skip to content

Commit 9f85fd0

Browse files
committed
Remove unnecessary comment
1 parent e124e0d commit 9f85fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/syncKnowledgeBaseFunction/app/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def handle_client_error(e, start_time):
139139
"body": "Files uploaded successfully - processing by existing ingestion job (no action required)",
140140
}
141141
else:
142-
# Handle other AWS service errors (permissions, throttling, etc.)
142+
# Handle other AWS service errors
143143
logger.error(
144144
"AWS service error occurred",
145145
extra={

0 commit comments

Comments
 (0)