Remove debug print-out

This commit is contained in:
Mickael Remond
2019-07-31 18:54:49 +02:00
committed by Mickaël Rémond
parent 2e864ff7f6
commit 80d2e0fa1e
3 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ package stanza
import (
"encoding/xml"
"fmt"
)
/*
@@ -99,7 +98,6 @@ func (iq *IQ) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
var xmppError Err
err = d.DecodeElement(&xmppError, &tt)
if err != nil {
fmt.Println(err)
return err
}
iq.Error = xmppError