Skip to content

Commit 16f0542

Browse files
committed
rm extraneous console.log
1 parent b5151a3 commit 16f0542

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-router-native/__tests__/deep-linking-test.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ const Linking = mocked(_Linking);
1616

1717
describe("deep linking", () => {
1818
describe("when there is no initial URL", () => {
19-
let kf;
2019
it("stays on the initial route", () => {
21-
kf = 6;
22-
console.log(kf);
2320
Linking.getInitialURL.mockImplementation(() => {
2421
return mockPromiseThatResolvesImmediatelyWith<string>();
2522
});
26-
kf = '';
2723

2824
function Home() {
2925
useDeepLinking();

0 commit comments

Comments
 (0)