From 03ca4ecebc914f2e120e902b8fcbe2b526460ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 27 Mar 2015 13:50:07 +0100 Subject: Remove debug prints --- factory/django.py | 1 - 1 file changed, 1 deletion(-) (limited to 'factory') 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) -- cgit v1.2.3