forked from jon/glowers-radio
generate.js: remove debug output
This commit is contained in:
parent
a075fe6fc1
commit
0a49e8e2d0
@ -318,7 +318,6 @@ RadioMetadata.new = (title, artist, href, extra) => new RadioMetadata(title, art
|
||||
* @returns {Object}
|
||||
*/
|
||||
RadioMetadata.prototype.serialize = function () {
|
||||
console.log(this)
|
||||
return objSerialize(this, [
|
||||
"title",
|
||||
"artist",
|
||||
|
Loading…
Reference in New Issue
Block a user