chore: clean up console logs

This commit is contained in:
Matthew Raymer
2025-07-26 06:13:47 +00:00
parent ac22e37628
commit c628c78565
11 changed files with 15 additions and 30 deletions

View File

@@ -143,9 +143,7 @@
</section>
<PushNotificationPermission ref="pushNotificationPermission" />
<LocationSearchSection
:search-box="searchBox"
/>
<LocationSearchSection :search-box="searchBox" />
<!-- User Profile -->
<section
@@ -1369,7 +1367,6 @@ export default class AccountViewView extends Vue {
`Import progress: ${progress.completedRows} of ${progress.totalRows} rows completed.`,
);
if (progress.done) {
// console.log(`Imported ${progress.completedTables} tables.`);
this.notify.success(
ACCOUNT_VIEW_CONSTANTS.SUCCESS.IMPORT_COMPLETE,
TIMEOUTS.LONG,
@@ -1466,7 +1463,6 @@ export default class AccountViewView extends Vue {
profileImageUrl: imgUrl,
});
this.profileImageUrl = imgUrl;
//console.log("Got image URL:", imgUrl);
},
IMAGE_TYPE_PROFILE,
true,