Skip to content

Commit 12ce276

Browse files
Shanon LeeShanon Lee
authored andcommitted
Remove comments from SaveProjectComponent
1 parent 3f8a93a commit 12ce276

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/file_system_interface/SaveProjectComponent.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ export default {
103103
let fileName = this.parseFileName(data)
104104
// if valid fileName
105105
if (fileName) {
106-
// $set is not available in Vue3
107-
// this.$set(this.$store.state.projects, this.$store.state.activeTab, {
108-
// filename: fileName,
109-
// lastSavedLocation: data
110-
// })
111-
112106
// Modified to remove use of this.$set, no longer needed in Vue3
113107
this.addProject({
114108
filename: fileName,
@@ -117,7 +111,6 @@ export default {
117111
118112
let state = this.$store.state
119113
let routes = state.routes
120-
console.log(state);
121114
122115
// for each route call parseAndDelete on htmlList
123116
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)