remove console.logs at frame selection
This commit is contained in:
parent
acd38cf8b4
commit
0526b43aae
@ -86,7 +86,6 @@ function loadFrames(videoTab) {
|
||||
tablist['siteSettings'].insertSubitem(newItem);
|
||||
tablist['videoSettings'].insertSubitem(newItem);
|
||||
}
|
||||
console.log("SELECTED SUBITEM — FIRST:", selectedSubitem)
|
||||
|
||||
if (! selectedSubitem.siteSettings) {
|
||||
selectedSubitem['siteSettings'] = tablist['siteSettings'].selectFirstSubitem();
|
||||
@ -98,8 +97,6 @@ function loadFrames(videoTab) {
|
||||
} else {
|
||||
tablist['videoSettings'].selectSubitem(selectedSubitem.videoSettings);
|
||||
}
|
||||
|
||||
console.log("SELECTED SUBITEMT:", selectedSubitem)
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user