Skip to content

Commit

Permalink
LANTERN-579-removing-unwanted-log
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Aug 22, 2024
1 parent daa045c commit 91244ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func eMedPracticeWebscraper(CHPLURL string, fileToWriteTo string) {
}

fhirURL := preElems.Text()[urlStart : urlStart+urlEnd+len("8443")]
fmt.Println(fhirURL)
entry.URL = fhirURL
lanternEntryList = append(lanternEntryList, entry)

Expand Down

0 comments on commit 91244ab

Please sign in to comment.