Skip to content

Commit

Permalink
remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IevaVasiljeva committed Aug 23, 2023
1 parent 70af345 commit b301dc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,6 @@ func elementToBytes(el *etree.Element) ([]byte, error) {
for currentElement != nil {
for _, attr := range currentElement.Attr {
if attr.Space == "xmlns" || attr.Key == "xmlns" {
fmt.Println("namespace, fuckers")
if _, prefixExists := namespaces[attr.FullKey()]; !prefixExists {
namespaces[attr.FullKey()] = attr.Value
}
Expand Down

0 comments on commit b301dc9

Please sign in to comment.