diff options
-rw-r--r-- | factory/django.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/factory/django.py b/factory/django.py index 7862d75..eb07bfb 100644 --- a/factory/django.py +++ b/factory/django.py @@ -194,7 +194,6 @@ class FileField(declarations.ParameteredAttribute): """Fill in the field.""" filename, content = self._make_content(extra) - print("Returning file with filename=%r, contents=%r" % (filename, content)) return django_files.File(content.file, filename) |