Skip to content

Commit fa1ce44

Browse files
committed
chore: remove console.logs
1 parent d6e0245 commit fa1ce44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tns-core-modules/ui/tabs/tabs.ios.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ class UIPageViewControllerDelegateImpl extends NSObject implements UIPageViewCon
345345
// } else {
346346
// owner.selectedIndex++;
347347
// }
348-
console.log("test");
349-
//
350348
}
351349

352350
public pageViewControllerDidFinishAnimatingPreviousViewControllersTransitionCompleted(pageViewController: UIPageViewController, didFinishAnimating: boolean, previousViewControllers: NSArray<UIViewController>, transitionCompleted: boolean): void {
@@ -364,9 +362,6 @@ class UIPageViewControllerDelegateImpl extends NSObject implements UIPageViewCon
364362
owner.selectedIndex = nextViewControllerIndex;
365363
owner._canSelectItem = true;
366364
}
367-
368-
console.log("test");
369-
//
370365
}
371366
}
372367

0 commit comments

Comments
 (0)