remove debug
This commit is contained in:
parent
534f8a0df1
commit
b04c16f5d4
1 changed files with 0 additions and 1 deletions
|
@ -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)):
|
||||
|
|
Loading…
Reference in a new issue