Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Jun 27, 2018
1 parent 0faa4c6 commit 4f13676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/views/settings/SettingsWordReplacementsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default {
mounted: function () {
let self = this;
setTimeout(() => {
console.log('here');
if (!self.wordReplacements.length) {
self.addWordReplacement({from:'', to: ''});
}
Expand Down

0 comments on commit 4f13676

Please sign in to comment.