Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff335328 authored by tobiasKaminsky's avatar tobiasKaminsky Committed by Andy Scherzinger
Browse files

remove commented code

parent 27c89f2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@ public class ChunkedUploadRemoteFileOperation extends UploadRemoteFileOperation
            for (int chunkIndex = 0; chunkIndex < chunkCount ; chunkIndex++, offset += CHUNK_SIZE) {
                if (successfulChunks.contains(String.valueOf(chunkIndex))){
                    ((ChunkFromFileChannelRequestEntity) mEntity).setmTransferred(offset);
//                    ((ChunkFromFileChannelRequestEntity) mEntity).setOffset(offset);
                    continue;
                }