Skip to content

Commit

Permalink
remove consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlovesgithub committed Jul 29, 2020
1 parent b93ef02 commit 0cb4a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Exercises/Applications/Application.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,6 @@ export default {
}
});
content = content.join('\n');
console.log(content);
const el = document.createElement('textarea');
el.value = content;
document.body.appendChild(el);
Expand Down

0 comments on commit 0cb4a56

Please sign in to comment.