Skip to content

Commit

Permalink
remove unnecessary log message
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Mayer <[email protected]>
  • Loading branch information
JonasMayerDev committed Dec 21, 2023
1 parent 251ef24 commit 1877f3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class FilesUploadHelper {
val boundListener = mBoundListeners[key]

boundListener?.onTransferProgress(progressRate, totalTransferredSoFar, totalToTransfer, fileName)
Log_OC.d("TAG", "Hello")
}
}
}

0 comments on commit 1877f3e

Please sign in to comment.