Removed left over debug code

This commit is contained in:
Josef Citrine 2016-05-04 01:09:06 +01:00
parent 563578c622
commit 31380e7be2

View file

@ -25,8 +25,6 @@ module.exports = angular.module('ponyfm').controller 'track-stats', [
cumulativeArray = []
statsLoaded = (stats) ->
console.log(stats)
for key, value of stats.playStats
labelArray.push value.hour || value.days
dailyArray.push value.plays