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);
|
||||
if (type === "song") {
|
||||
console.log("THIS IS A SONG!!!!!");
|
||||
console.log(itemID);
|
||||
let lyrics = songsqlmodel.getLyricList(itemID);
|
||||
console.log(lyrics);
|
||||
ServiceItemModel.addItem(name, type, background,
|
||||
|
@ -586,8 +585,6 @@ Item {
|
|||
|
||||
if (type === "presentation") {
|
||||
console.log("THIS IS A PRESENTATION!!!!!");
|
||||
console.log(itemID);
|
||||
console.log(lyrics);
|
||||
ServiceItemModel.addItem(name, type, background,
|
||||
backgroundType, "",
|
||||
audio, font, fontSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue