File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/commonTest/kotlin/com.adamratzman/spotify Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import kotlinx.serialization.json.JsonConfiguration
6
6
7
7
val api = when {
8
8
getEnvironmentVariable(" SPOTIFY_REDIRECT_URI" )?.isNotBlank() != true -> {
9
- println (" CLIENT ID: ${getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )} " )
10
- println (" CLIENT SECRET: ${getEnvironmentVariable(" SPOTIFY_CLIENT_SECRET" )} " )
11
9
spotifyAppApi {
12
10
credentials {
13
11
clientId = getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )
@@ -19,10 +17,6 @@ val api = when {
19
17
}.build()
20
18
}
21
19
else -> {
22
- println (" CLIENT ID: ${getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )} " )
23
- println (" CLIENT SECRET: ${getEnvironmentVariable(" SPOTIFY_CLIENT_SECRET" )} " )
24
- println (" REDIRECT URI: ${getEnvironmentVariable(" SPOTIFY_REDIRECT_URI" )} " )
25
- println (" TOKEN: ${getEnvironmentVariable(" SPOTIFY_TOKEN_STRING" )} " )
26
20
spotifyClientApi {
27
21
credentials {
28
22
clientId = getEnvironmentVariable(" SPOTIFY_CLIENT_ID" )
You can’t perform that action at this time.
0 commit comments