diff --git a/app/speeches/management/commands/import_protocols.py b/app/speeches/management/commands/import_protocols.py index 98bd227..5d0cf17 100755 --- a/app/speeches/management/commands/import_protocols.py +++ b/app/speeches/management/commands/import_protocols.py @@ -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]