From 61413cff15e2ca1a1b698c5b82973d1713997225 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <benoit.pin@gmail.com>
Date: Wed, 4 Dec 2013 23:32:09 +0100
Subject: [PATCH] Retrait print de debug.

---
 File.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/File.py b/File.py
index dfb22c4..22a1101 100755
--- a/File.py
+++ b/File.py
@@ -101,7 +101,6 @@ class File(BlobFile, CMFFile) :
 		if orig_name :
 			self.orig_name = orig_name
 
-		print self.absolute_url(), self.Format()
 		if self.Format() == 'application/x-shockwave-flash' :
 			if file :
 				try :
-- 
2.20.1