We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75d0fb commit 0a6e56dCopy full SHA for 0a6e56d
src/main/kotlin/com/codacy/intellij/plugin/services/api/Api.kt
@@ -35,7 +35,6 @@ class Api {
35
try {
36
config.init()
37
val url = URL("$baseUrl/$endpointUrl")
38
- println("URL: $url TOKEN: $apiToken")
39
val connection = url.openConnection() as HttpURLConnection
40
connection.requestMethod = "GET"
41
connection.setRequestProperty("api-token", apiToken)
0 commit comments