mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-12 01:03:39 +00:00
remove debugging console.logs
This commit is contained in:
@@ -19,15 +19,11 @@ function loadSlot(slotIndex) {
|
||||
VIEW.toggleSlotButtons(slotIndex);
|
||||
activeSlot = slotIndex;
|
||||
|
||||
console.log(DEVICE.all);
|
||||
|
||||
Object.keys(DEVICE.all).forEach((d)=>{
|
||||
DEVICE.changePinIndex(DEVICE.all[d], false);
|
||||
});
|
||||
VIEW.resetPinned();
|
||||
|
||||
console.log(savedSlots[slotIndex]);
|
||||
|
||||
Object.keys(savedSlots[slotIndex]).forEach((slot) => {
|
||||
const savedDevice = savedSlots[slotIndex][slot];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user