Skip to content

Commit 8c95096

Browse files
committed
chore: remove logs
1 parent 55cf82e commit 8c95096

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/src/native.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,7 @@ export const registerNativeHandlers = (handlers: Handlers) => {
432432
NativeHandlers.Sound = handlers.Sound;
433433
}
434434

435-
console.log('CHECK SHIMMER', handlers.NativeShimmerView);
436435
if (handlers.NativeShimmerView !== undefined) {
437-
console.log('SHIMMER HERE ?!');
438436
NativeHandlers.NativeShimmerView = handlers.NativeShimmerView;
439437
}
440438

0 commit comments

Comments
 (0)