diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 15:22:24 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 15:22:24 +0200 |
commit | 70a30bdc6ba0df53801f908f464773e7c9049076 (patch) | |
tree | aff44db7b83a0748fb8e22688ee58cbafc698814 /archaeological_operations/wizards.py | |
parent | a722e9d05c34d731f0516685c8f18a7a33c6f87c (diff) | |
download | Ishtar-70a30bdc6ba0df53801f908f464773e7c9049076.tar.bz2 Ishtar-70a30bdc6ba0df53801f908f464773e7c9049076.zip |
Adapt tests for new fixtures
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r-- | archaeological_operations/wizards.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index c132c24be..07206cc18 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -278,7 +278,6 @@ class OperationModificationWizard(OperationWizard): def get_form_kwargs(self, step, **kwargs): kwargs = super(OperationModificationWizard, self).get_form_kwargs( step, **kwargs) - print(step) if step != "relations-operation_modification": return kwargs kwargs["left_record"] = self.get_current_object() |