Skip to content

Commit

Permalink
remove name in data
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Apr 23, 2024
1 parent ec517fe commit 7713a6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class MetalCornerCollector : TwoStepEventCollector<Triple<String, String, Docume
val data = mutableMapOf<String, String>()

val name = "Escape - " + doc.select("div#content h1").text()
data[SemanticKeys.NAME] = name

val description = doc.select("div#content p").text()
if (description.isNotBlank()) {
Expand Down

0 comments on commit 7713a6d

Please sign in to comment.