Skip to content

Commit

Permalink
Dont post ephemeral task to log
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Jan 20, 2024
1 parent 6a0c915 commit 806b87e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class EphemeralWorker (private var mContext: Context, workerParams: WorkerParame
Est. Speed: ${statusObject.getEstimatedAverageSpeed()}
Avg. Speed: ${statusObject.getLastItemAverageSpeed()}
""".trimIndent()
SyncLog.info(mContext, mContext.getString(R.string.operation_success, mTitle), message)
//SyncLog.info(mContext, mContext.getString(R.string.operation_success, mTitle), message)
}

private fun showFailNotification(notificationId: Int, content: String, wasCancelled: Boolean = false) {
Expand Down

0 comments on commit 806b87e

Please sign in to comment.