From b8b3eac9925578e0728b100e68ec8399b5f11e73 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:14:54 -0500 Subject: [PATCH] Clean up rogue console.log, fix imports --- src/components/Cards/QproCardBox.vue | 1 - src/components/GeneralTable.vue | 2 -- src/components/UserQpro.vue | 2 +- src/views/Game/PlayerView.vue | 2 -- src/views/Profile/ContentView.vue | 1 - src/views/Profile/IntegrationView.vue | 1 - 6 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/Cards/QproCardBox.vue b/src/components/Cards/QproCardBox.vue index e834e2fb..da4cd0af 100644 --- a/src/components/Cards/QproCardBox.vue +++ b/src/components/Cards/QproCardBox.vue @@ -93,7 +93,6 @@ async function updateProfile() { var newProfile = JSON.parse(JSON.stringify(props.profile)); newProfile.qpro = newQpro; - console.log(newQpro); const profileStatus = await APIUpdateProfile( GameConstants.IIDX, props.version, diff --git a/src/components/GeneralTable.vue b/src/components/GeneralTable.vue index 15246c4a..3b93500a 100644 --- a/src/components/GeneralTable.vue +++ b/src/components/GeneralTable.vue @@ -1,6 +1,4 @@