Skip to content
Snippets Groups Projects
Commit 8bcc00ca authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Remove debug statements

parent 951f64a1
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,6 @@ class QuasselService : DaggerLifecycleService(), ...@@ -100,7 +100,6 @@ class QuasselService : DaggerLifecycleService(),
private fun updateNotification(handle: QuasseldroidNotificationManager.Handle, private fun updateNotification(handle: QuasseldroidNotificationManager.Handle,
rawProgress: Triple<ConnectionState, Int, Int>) { rawProgress: Triple<ConnectionState, Int, Int>) {
log(LoggingHandler.LogLevel.ERROR, "DEBUG", "progress: $rawProgress")
val (state, progress, max) = rawProgress val (state, progress, max) = rawProgress
when (state) { when (state) {
ConnectionState.DISCONNECTED -> { ConnectionState.DISCONNECTED -> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment