forked from jonsmy/glowers-radio
generate.js: remove debug output
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user