Skip to content

Commit a7286ff

Browse files
committed
remove console.logs
1 parent 5cae43b commit a7286ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/pages/client/pages/ClientInstancePage/components/LocationsList/modals/MFAModal

src/pages/client/pages/ClientInstancePage/components/LocationsList/modals/MFAModal/MFAModal.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export const MFAModal = () => {
112112
setProxyUrl(selectedInstance.proxy_url);
113113
const mfaStartUrl = `${selectedInstance.proxy_url + CLIENT_MFA_ENDPOINT}/start`;
114114

115-
console.log("MFAMofal, location.posture_check_required:", location.posture_check_required);
116115
const posture_data = location.posture_check_required
117116
? await getPostureData()
118117
: undefined;
@@ -122,7 +121,6 @@ export const MFAModal = () => {
122121
location_id: location.network_id,
123122
posture_data,
124123
};
125-
console.log("MFAModal, data:", data);
126124

127125
try {
128126
const response = await fetch(mfaStartUrl, {

0 commit comments

Comments
 (0)