diff --git a/src/App.vue b/src/App.vue index 2e19b02c..23cde923 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,11 +2,9 @@ - - - - - + + + diff --git a/src/services/qbit.js b/src/services/qbit.js index dc9259d8..5f54ed3c 100644 --- a/src/services/qbit.js +++ b/src/services/qbit.js @@ -118,7 +118,6 @@ class Qbit { reverse: payload.reverse } const data = new URLSearchParams(params) - console.log(data.toString()) return this.axios.get(`/torrents/info?${data.toString()}`) } diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 5889e5d0..ce54b870 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -1,11 +1,11 @@