Skip to content

Commit f8c13cc

Browse files
author
Ives van Hoorne
committed
Remove extra console.logs
1 parent 2e7c35d commit f8c13cc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/app/src/app/store/actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export function setUrlOptions({ state, router, utils }) {
108108

109109
export const setSandboxConfigOptions = ({ state }) => {
110110
const config = state.get('editor.parsedConfigurations.sandbox');
111-
console.log(config);
112111

113112
if (config && config.parsed) {
114113
const view = config.parsed.view;

packages/app/src/app/store/modules/editor/getters.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export function currentTab() {
5050
// }
5151

5252
export function parsedConfigurations() {
53-
console.log(this.currentSandbox.toJSON());
54-
console.log(parseConfigurations(this.currentSandbox));
5553
return parseConfigurations(this.currentSandbox);
5654
}
5755

0 commit comments

Comments
 (0)