Skip to content

Commit

Permalink
Merge pull request #34 from amazon-connect/mliao95-patch-1
Browse files Browse the repository at this point in the history
Removing print statement
  • Loading branch information
mliao95 authored Oct 18, 2024
2 parents 3f27da5 + cb4e30f commit 33c5c86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class AttachmentsManager @Inject constructor(
}

suspend fun completeAttachmentUpload(connectionToken: String, attachmentId: String) {
print("HIT!!")
val request = CompleteAttachmentUploadRequest().apply {
this.connectionToken = connectionToken
this.setAttachmentIds(listOf(attachmentId))
Expand Down

0 comments on commit 33c5c86

Please sign in to comment.