Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 19, 2024
1 parent 1593779 commit c4c35e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/explorer/src/views/ImportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { watch } from "vue";
import DescriptionPanel from "@/components/DescriptionPanel.vue";
import UploadOptions from "@/components/UploadOptions.vue";
const isBundle = import.meta.env.MODE === "bundle";
// import router utils
import { useRouter, useRoute } from "vue-router";
const router = useRouter();
Expand All @@ -36,7 +34,6 @@ const loadFromURL = async (url) => {
const result = await loadRdoc(url);
if (result) {
rdocStore.setData(result);
console.log(result);
router.push({ name: "analysis", query: { rdoc: url } });
}
};
Expand Down

0 comments on commit c4c35e9

Please sign in to comment.