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 @@