diff --git a/scipost_django/production/forms.py b/scipost_django/production/forms.py
index bf3a70f7d8ac22f39382b8a1c0bdef72ebea2672..34c1cb0dbc8a9b45fcfc16c3bd8c086888cf284d 100644
--- a/scipost_django/production/forms.py
+++ b/scipost_django/production/forms.py
@@ -376,6 +376,7 @@ class ProductionStreamSearchForm(forms.Form):
             for field in self.fields:
                 if field in session:
                     self.fields[field].initial = session[field]
+                    print(field, session[field])
 
         self.helper = FormHelper()
         self.helper.layout = Layout(