Skip to content

Commit 2f9460f

Browse files
(delete) removed all visible console.logs from backend except for frontend communication project
1 parent 4e6cf38 commit 2f9460f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/masterState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ let index = 0;
1616

1717
export default {
1818
saveNew: (state, component): number => {
19-
console.log('this is creating our snapshots of state, INSIDE MASTERSTATE, COMPONENTACTIONS RECORD:', componentActionsRecord)
2019
componentActionsRecord[index] = { state, component };
2120
index++;
2221
return index - 1;

0 commit comments

Comments
 (0)