getting rid of unneccesary debug info
This commit is contained in:
parent
e355f28146
commit
45da1ff33d
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue