From c6bf6b70ce004711eecd7b7d0b17affd85435d07 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Thu, 29 Mar 2018 11:43:41 +0200 Subject: [PATCH] Remove print statement --- submissions/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/submissions/models.py b/submissions/models.py index c0b667037..001ad68f2 100644 --- a/submissions/models.py +++ b/submissions/models.py @@ -163,7 +163,6 @@ class Submission(models.Model): @property def cycle(self): """Get cycle object that's relevant for the Submission.""" - print('asdfs') if not hasattr(self, '__cycle'): self.set_cycle() return self.__cycle -- GitLab