forked from jsnbuchanan/crowd-funder-for-time-pwa
chore: clean up console logs
This commit is contained in:
@@ -82,10 +82,8 @@ export default class ShareMyContactInfoView extends Vue {
|
||||
// @ts-expect-error - Debug property for testing contact sharing functionality
|
||||
window.__SHARE_CONTACT_DEBUG__ = { settings, activeDid };
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("[ShareMyContactInfoView] mounted", { settings, activeDid });
|
||||
if (!activeDid) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("[ShareMyContactInfoView] No activeDid, redirecting to root");
|
||||
this.$router.push({ name: "home" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user