Remove print statement
This commit is contained in:
parent
3f81d33156
commit
f24db9eabf
@ -105,7 +105,6 @@ class Command(BaseCommand):
|
||||
# self.stdout.write("\tNext Speech ID is:" + str(speech.next_speech_id))
|
||||
speaker_party_then = current_e.xpath(".//damalige_fraktion")[0]
|
||||
speech.speaker_party_then = speaker_party_then.text
|
||||
print(speech.speaker_party_then)
|
||||
speaker_type = current_e.xpath("//@typ")[0]
|
||||
speech.speaker_type = speaker_type
|
||||
speaker_id = current_e.xpath(".//redner/@id")[0]
|
||||
|
Loading…
Reference in New Issue
Block a user