Skip to content

Commit 4cdee2f

Browse files
print削除
1 parent b31c4ef commit 4cdee2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/handlers/me/articles/fraud/create/me_articles_fraud_create.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def exec_main_proc(self):
4040
article_fraud_user_table = self.dynamodb.Table(os.environ['ARTICLE_FRAUD_USER_TABLE_NAME'])
4141
self.__create_article_fraud_user(article_fraud_user_table)
4242
except ClientError as e:
43-
print(e)
4443
if e.response['Error']['Code'] == 'ConditionalCheckFailedException':
4544
return {
4645
'statusCode': 400,

0 commit comments

Comments
 (0)