generate.js: remove debug output

This commit is contained in:
Jon 2022-12-22 18:12:36 +00:00
parent a075fe6fc1
commit 0a49e8e2d0

View File

@ -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",