Skip to content

Commit

Permalink
Remove Missed Debug Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Jul 25, 2024
1 parent 2606394 commit 263c6dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/io/codemc/api/nexus/nexus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ suspend fun createNexus(name: String, password: String) = withContext(Dispatcher
header("Content-Type", "application/json")
}

println(repoResponse.body())
if (repoResponse.statusCode() != 201) return@withContext false

// Add Role
Expand Down

0 comments on commit 263c6dc

Please sign in to comment.