disable echo for building episode

This commit is contained in:
Fred Pauchet 2011-12-29 16:01:04 +01:00
parent 55537c04e5
commit 2049acc781
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ class Episode(object):
""" Represents an episode within a season """
def __init__(self, parent, path):
print 'Building an episode: ' + path
self.parent = parent
self.path = path
self.name = os.path.basename(path)