Skip to content

Commit

Permalink
fix: drop console log statement from frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 27, 2024
1 parent ce37dab commit 0425d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,6 @@ export default {
const reader = new FileReader();
reader.onload = async (ev) => {
const fileContent = ev.target.result;
console.log(fileContent);
try {
await axios
.post('/api/projects/restore', fileContent)
Expand Down

0 comments on commit 0425d52

Please sign in to comment.