Removed test line

pull/1518/head
ThomasSession 6 months ago
parent de09d8ea2e
commit 31919ee9e5

@ -25,8 +25,7 @@ class HuaweiTokenFetcher @Inject constructor(
// https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/push-basic-capability#h2-1576218800370
// getToken may return an empty string, if so HuaweiPushService#onNewToken will be called.
withContext(Dispatchers.IO) {
val test = getToken(APP_ID, TOKEN_SCOPE)
test
getToken(APP_ID, TOKEN_SCOPE)
}
}
}

Loading…
Cancel
Save