remove debug

This commit is contained in:
j 2014-07-09 20:49:19 +02:00
parent 6290e253c6
commit e5a75b41a2

View file

@ -674,7 +674,8 @@ class Client(object):
if info:
r = self.update_info(info)
sys.exit()
data = r['data']['data']
files = r['data']['file']
if data:
print 'encoding and uploading %s videos' % len(data)