remove fixed TODO

This commit is contained in:
Yann Leboulanger 2010-05-04 10:46:47 +02:00
parent c775b7eb36
commit 93d15da2b3
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ class JingleRTPContent(JingleContent):
self.src_bin.get_pad('src').link(sink_pad)
self.stream_failed_once = True
else:
# TODO: remove content, don't kill session
reason = xmpp.Node('reason')
reason.setTag('failed-application')
self.session.remove_content(self.creator, self.name, reason)