Remove bad comment

This commit is contained in:
Benoit Marty 2020-04-24 11:11:04 +02:00
parent b2aaf1cca1
commit 20b3c33fb0

View file

@ -74,7 +74,6 @@ internal class AddHttpPusherWorker(context: Context, params: WorkerParameters)
it.state = PusherState.FAILED_TO_REGISTER
}
}
// always return success, or the chain will be stuck for ever!
Result.failure()
}
}