From 5c44ff8f8a04599f795c45310e523502f902ddd7 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 28 Jan 2020 23:48:00 +0000
Subject: [PATCH] other PR iteration based on feedback
---
src/components/views/right_panel/UserInfo.js | 1 -
src/components/views/verification/VerificationShowSas.js | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/components/views/right_panel/UserInfo.js b/src/components/views/right_panel/UserInfo.js
index 41dbe49cc8..0c71642acc 100644
--- a/src/components/views/right_panel/UserInfo.js
+++ b/src/components/views/right_panel/UserInfo.js
@@ -1093,7 +1093,6 @@ export const useDevices = (userId) => {
// Promise.resolve to handle transition from static result to promise; can be removed in future
Promise.resolve(cli.getStoredDevicesForUser(userId)).then((devices) => {
if (cancel) return;
- console.log("setDevices 2", devices);
setDevices(devices);
});
}
diff --git a/src/components/views/verification/VerificationShowSas.js b/src/components/views/verification/VerificationShowSas.js
index 4a1628e9e6..7b93f42983 100644
--- a/src/components/views/verification/VerificationShowSas.js
+++ b/src/components/views/verification/VerificationShowSas.js
@@ -91,7 +91,7 @@ export default class VerificationShowSas extends React.Component {
const text = _t("Waiting for %(displayName)s to verify…", {displayName});
confirm = ;
} else {
- // FIXME: stop using DialogButtons here once it this component is only used in the right panel verification
+ // FIXME: stop using DialogButtons here once this component is only used in the right panel verification
confirm =