Skip to content

Commit 0a6e56d

Browse files
authored
Remove debug print statement in Api.kt
Removed debug print statement for URL and token.
1 parent e75d0fb commit 0a6e56d

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/com/codacy/intellij/plugin/services/api

1 file changed

+0
-1
lines changed

src/main/kotlin/com/codacy/intellij/plugin/services/api/Api.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class Api {
3535
try {
3636
config.init()
3737
val url = URL("$baseUrl/$endpointUrl")
38-
println("URL: $url TOKEN: $apiToken")
3938
val connection = url.openConnection() as HttpURLConnection
4039
connection.requestMethod = "GET"
4140
connection.setRequestProperty("api-token", apiToken)

0 commit comments

Comments
 (0)