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}
|
* @returns {Object}
|
||||||
*/
|
*/
|
||||||
RadioMetadata.prototype.serialize = function () {
|
RadioMetadata.prototype.serialize = function () {
|
||||||
console.log(this)
|
|
||||||
return objSerialize(this, [
|
return objSerialize(this, [
|
||||||
"title",
|
"title",
|
||||||
"artist",
|
"artist",
|
||||||
|
Loading…
Reference in New Issue
Block a user