Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c1fcbff

Browse files
chore: removed debugging helpers
1 parent 1ff1af6 commit c1fcbff

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/renderer/components/AboutApp/AboutApp.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ import {
1111
IconButton,
1212
useDisclosure,
1313
Image,
14-
Button,
1514
} from '@chakra-ui/react';
1615
import { QuestionMarkCircleIcon } from '@codiga/components';
1716
import CodigaLogo from '../Layout/CodigaIcon.png';
18-
import rollbarAccessToken from '../../lib/rollbarAccessToken';
1917

2018
export default function AboutApp() {
2119
const { isOpen, onOpen, onClose } = useDisclosure();
@@ -70,11 +68,6 @@ export default function AboutApp() {
7068
<Image src={CodigaLogo} h="48px" mx="auto" />
7169
</Link>
7270

73-
{/* eslint-disable-next-line no-alert */}
74-
<Button onClick={() => alert(rollbarAccessToken)}>
75-
Get Rollbar Token
76-
</Button>
77-
7871
<Text size="sm">
7972
<Link
8073
isExternal

src/renderer/lib/rollbar.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import rollbarAccessToken from './rollbarAccessToken';
22

3-
// eslint-disable-next-line no-console
4-
console.log('rollbarAccessToken: ', rollbarAccessToken);
5-
63
export const rollbarConfig = {
74
accessToken: rollbarAccessToken,
85
captureUncaught: true,

0 commit comments

Comments
 (0)