Skip to content

Commit ce84a43

Browse files
committed
remove comments and logs
1 parent 1701c0d commit ce84a43

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ const ConfirmAddCustodianToken = () => {
4949
const [isLoading, setIsLoading] = useState(false);
5050
const [connectError, setConnectError] = useState('');
5151

52-
console.log('CONNECT REQUESTS', connectRequests);
53-
5452
const connectRequest = connectRequests ? connectRequests[0] : undefined;
5553

5654
useEffect(() => {

ui/pages/institutional/custody/custody.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import configureStore from '../../../store/store';
44
import testData from '../../../../.storybook/test-data';
55
import CustodyPage from '.';
66

7-
// TODO (Bernardo) - Add environment to connectionRequest
87
const customData = {
98
...testData,
109
metamask: {
@@ -26,6 +25,7 @@ const customData = {
2625
refreshTokenUrl: null,
2726
isNoteToTraderSupported: false,
2827
version: 1,
28+
envName: 'saturn',
2929
},
3030
],
3131
},

0 commit comments

Comments
 (0)