Remove silly print statements

front-end-standardization
Eric Holscher 2015-07-21 10:02:55 -07:00
parent 58b75ebe31
commit 49aa617607
1 changed files with 0 additions and 2 deletions

View File

@ -575,10 +575,8 @@ class Project(models.Model):
else:
log.warning("Conf file specified on model doesn't exist")
files = self.find('conf.py', version)
print files
if not files:
files = self.full_find('conf.py', version)
print files
if len(files) == 1:
return files[0]
for file in files: