Fix latestapps stats, broken in 59cde15ad1

This commit is contained in:
Ciaran Gultnieks 2013-12-28 10:35:40 +00:00
parent 73721b5460
commit 4cd263d598

View file

@ -210,7 +210,6 @@ def main():
for antifeature, count in afs.iteritems(): for antifeature, count in afs.iteritems():
f.write(antifeature + ' ' + str(count) + '\n') f.write(antifeature + ' ' + str(count) + '\n')
f.close() f.close()
return
# Calculate and write stats for licenses... # Calculate and write stats for licenses...
licenses = {} licenses = {}