File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/components/file_system_interface Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments