remove debug

This commit is contained in:
j 2009-08-29 15:02:00 +02:00
parent 534f8a0df1
commit b04c16f5d4
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class Text(models.Model):
super(Text, self).save(*args, **kwargs)
if rename and self.file:
path = self.getComputedPath()
print path
if path != self.file.path:
#FIXME: make sure path is not used by other test in system
if not os.path.exists(os.path.dirname(path)):