Skip to content

Commit c2d22e2

Browse files
committed
removed app console logs
1 parent 03099fc commit c2d22e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function App() {
3838

3939
// By checking data more thoroughly, we can avoid adding data that we don't expect in child components. This is the data we have the least control over.
4040
// Future iteration could use Zod or something a little less manual and be a more prcise
41-
console.log('Recieved event message', message)
4241
if (
4342
message.type === 'event' &&
4443
message.payload &&

0 commit comments

Comments
 (0)