Skip to content

Commit c9f37db

Browse files
committed
Fix redundant variable
1 parent 687952f commit c9f37db

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/app/store/modules/editor

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ export function updateTemplateIfSSE({ state, api }) {
455455
if (shouldUpdateTemplate) {
456456
const { parsed } = state.get('editor.parsedConfigurations.package');
457457

458-
const a = Date.now();
459458
const modulesByPath = mapValues(state.get('editor.modulesByPath'), m => ({
460459
content: m.code,
461460
isBinary: m.isBinary,

0 commit comments

Comments
 (0)