Skip to content

Commit af5106d

Browse files
committed
Remove console.log
1 parent 4db9c80 commit af5106d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

strategies/dynamic-rendering/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export default function DynamicRendering({children, isBot, force}) {
66
const ref = useRef(null)
77
const isNearScreen = useNearScreen({ref})
88

9-
console.log(force)
10-
119
if (isBot || isNearScreen || force) {
1210
return children
1311
} else {

0 commit comments

Comments
 (0)