Skip to content

Commit

Permalink
Clean accidentally forgotten prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed May 13, 2023
1 parent 1acddf3 commit b51a2ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/kotlin/io/mikael/ksoup/test/simple.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class SimpleTests : StaticWebTest() {
val gh = KSoup.extract<GitHubPage> {
result { GitHubPage() }
url = testUrl("/mikaelhg")
println(url)
element(".p-nickname", Element::text, GitHubPage::username)
text(".p-name", GitHubPage::fullName)
}
Expand Down

0 comments on commit b51a2ce

Please sign in to comment.