From f24db9eabf2e06b864228a9e57a9d81edf91743f Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 29 Jul 2020 09:49:40 +0200 Subject: [PATCH] Remove print statement --- app/speeches/management/commands/import_protocols.py | 1 - 1 file changed, 1 deletion(-) 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]