Remove print statement

This commit is contained in:
Stephan Porada 2020-07-29 09:49:40 +02:00
parent 3f81d33156
commit f24db9eabf

View File

@ -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]