Remove unused val

This commit is contained in:
Hugh Nimmo-Smith 2022-10-17 11:25:09 +01:00
parent 33be5c257d
commit 3be4a0ca21

View file

@ -35,7 +35,6 @@ import timber.log.Timber
class QrCodeLoginViewModel @AssistedInject constructor(
@Assisted private val initialState: QrCodeLoginViewState,
private val applicationContext: Context,
private val authenticationService: AuthenticationService,
private val activeSessionHolder: ActiveSessionHolder,
private val configureAndStartSessionUseCase: ConfigureAndStartSessionUseCase