Skip to content

Commit

Permalink
fix(vue): remove useless console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Dec 7, 2021
1 parent 408962a commit c776b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/static/vue-igopher/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { Astor } from "@/plugins/astilectron";
config.ready(() => {
astor.onIsReady(function() {
console.log("settings");
config.getIgopherConfig(astor, fillInputs);
/// Buttons
Expand Down

0 comments on commit c776b8d

Please sign in to comment.