forked from trent_larson/crowd-funder-for-time-pwa
chore: clean up console logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user