Skip to content

Commit

Permalink
Merge branch 'mem_issue' of github.com:muxinc/swift-upload-sdk into m…
Browse files Browse the repository at this point in the history
…em_issue
  • Loading branch information
tomkordic committed Mar 4, 2024
2 parents f5be18f + ab4745f commit e8e75d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MuxUploadSDK/InternalUtilities/ChunkedFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ChunkedFile {
try autoreleasepool {
data = try fileHandle.read(upToCount: chunkSize)
}
// let data = try fileHandle.read(upToCount: chunkSize)

let fileSize = try fileManager.fileSizeOfItem(
atPath: fileURL.path
Expand Down

0 comments on commit e8e75d8

Please sign in to comment.