Removed console log & debug message

This commit is contained in:
2022-08-09 01:03:32 +02:00
parent fde8fd9259
commit f8196b162e
5 changed files with 2 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
</template>
<script setup lang="ts">
import { ref, inject, defineProps } from "vue";
import { ref, defineProps } from "vue";
import { useRouter } from "vue-router";
import TorrentSearchResults from "@/components/torrent/TorrentSearchResults.vue";
import SeasonedButton from "@/components/ui/SeasonedButton.vue";