Skip to content

Commit 4b0da1d

Browse files
committed
console log removed from branch test
1 parent 9703c7d commit 4b0da1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import './stylesheets/scrollBar.scss';
77
// this is the fitness gram pacer test
88
// React memo helps with rendering optimization. The components within React memo will only be rerendered if prompt has changed
99
const App: React.FC = React.memo(() => {
10-
console.log('test')
1110
return (
1211
<div>
1312
<Splash />

0 commit comments

Comments
 (0)