jingle: Remove extraneous println!.
This commit is contained in:
parent
10a336f874
commit
4fb4727357
1 changed files with 0 additions and 1 deletions
|
@ -400,7 +400,6 @@ pub fn serialise(jingle: &Jingle) -> Element {
|
||||||
.attr("sid", jingle.sid.clone())
|
.attr("sid", jingle.sid.clone())
|
||||||
.build();
|
.build();
|
||||||
for content in jingle.contents.clone() {
|
for content in jingle.contents.clone() {
|
||||||
println!("{:?}", content);
|
|
||||||
let content_elem = serialise_content(&content);
|
let content_elem = serialise_content(&content);
|
||||||
root.append_child(content_elem);
|
root.append_child(content_elem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue