mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
Removed left over debug code
This commit is contained in:
parent
563578c622
commit
31380e7be2
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ module.exports = angular.module('ponyfm').controller 'track-stats', [
|
||||||
cumulativeArray = []
|
cumulativeArray = []
|
||||||
|
|
||||||
statsLoaded = (stats) ->
|
statsLoaded = (stats) ->
|
||||||
console.log(stats)
|
|
||||||
|
|
||||||
for key, value of stats.playStats
|
for key, value of stats.playStats
|
||||||
labelArray.push value.hour || value.days
|
labelArray.push value.hour || value.days
|
||||||
dailyArray.push value.plays
|
dailyArray.push value.plays
|
||||||
|
|
Loading…
Reference in a new issue