diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-02 10:58:57 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-02 10:58:57 +0100 |
commit | 8526ccdf7f16c3bcdb26f919db603dd65dcaf7a4 (patch) | |
tree | a5cfd334641bc240bcc1c0587e5e4d7bb5af97f5 /archaeological_finds/models_treatments.py | |
parent | 153b7057f7ba490660f7363d47fdfcd1b0a985d2 (diff) | |
download | Ishtar-8526ccdf7f16c3bcdb26f919db603dd65dcaf7a4.tar.bz2 Ishtar-8526ccdf7f16c3bcdb26f919db603dd65dcaf7a4.zip |
Quick fix for find modification init
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index c79ef976c..06f61068b 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -539,7 +539,6 @@ class Treatment(DashboardFormItem, ValueGetter, BaseHistorizedItem, continue container_attrs.append('container_ref') - print(container_attrs) if not container_attrs: # non consistent treatment return |