chore: remove console.logs
This commit is contained in:
@@ -54,8 +54,6 @@ export const useProjectsStore = defineStore("projects", {
|
|||||||
.replace(/-([a-z])/g, (_, letter) => letter.toUpperCase()),
|
.replace(/-([a-z])/g, (_, letter) => letter.toUpperCase()),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
console.log(this.projects);
|
|
||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user