Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c1fcbff

Browse filesBrowse files
chore: removed debugging helpers
1 parent 1ff1af6 commit c1fcbff
Copy full SHA for c1fcbff

File tree

2 files changed

+0
-10
lines changed
Filter options

2 files changed

+0
-10
lines changed

‎src/renderer/components/AboutApp/AboutApp.tsx

Copy file name to clipboardExpand all lines: src/renderer/components/AboutApp/AboutApp.tsx
-7Lines 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

Copy file name to clipboardExpand all lines: src/renderer/lib/rollbar.ts
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.