forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
3784123704
commit
abb894636b
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ pandora.ui.mediaView = function(options) {
|
|||
value = value.split(':').map(function(v) {
|
||||
return Math.round(v);
|
||||
});
|
||||
console.log(value);
|
||||
return (value[1] != 1
|
||||
? Ox.formatNumber(value[0] / (value[1] || 1), 2)
|
||||
: value[0]
|
||||
|
|
Loading…
Reference in a new issue