getting rid of unneccesary debug info

This commit is contained in:
Chris Cochrun 2023-01-27 16:45:24 -06:00
parent e355f28146
commit 45da1ff33d

View file

@ -574,7 +574,6 @@ Item {
console.log("adding: " + name + " of type " + type); console.log("adding: " + name + " of type " + type);
if (type === "song") { if (type === "song") {
console.log("THIS IS A SONG!!!!!"); console.log("THIS IS A SONG!!!!!");
console.log(itemID);
let lyrics = songsqlmodel.getLyricList(itemID); let lyrics = songsqlmodel.getLyricList(itemID);
console.log(lyrics); console.log(lyrics);
ServiceItemModel.addItem(name, type, background, ServiceItemModel.addItem(name, type, background,
@ -586,8 +585,6 @@ Item {
if (type === "presentation") { if (type === "presentation") {
console.log("THIS IS A PRESENTATION!!!!!"); console.log("THIS IS A PRESENTATION!!!!!");
console.log(itemID);
console.log(lyrics);
ServiceItemModel.addItem(name, type, background, ServiceItemModel.addItem(name, type, background,
backgroundType, "", backgroundType, "",
audio, font, fontSize, audio, font, fontSize,