Skip to content

Commit 7f04a19

Browse files
committed
Remove console.log
1 parent 19d0c85 commit 7f04a19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__test__/test-website/src/components/with-display-templates.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export function Component2A({ opti }: Props2) {
116116
}
117117

118118
export function Component3({ opti }: Props3) {
119-
console.log('Component3 opti', opti);
120119
return (
121120
<div>
122121
<h1>This is an experience (Component3)</h1>
@@ -126,7 +125,6 @@ export function Component3({ opti }: Props3) {
126125
}
127126

128127
export function Component3C({ opti }: Props3) {
129-
console.log('Component3C opti', opti);
130128
return (
131129
<div>
132130
<h1>This is an experience (Component3C)</h1>

0 commit comments

Comments
 (0)