Skip to content

Commit b16ddd5

Browse files
author
Nikolay Tsonev
committed
remove console.logs from the project
1 parent 42f3e30 commit b16ddd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nativescript-imagepicker/images.ios.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export function pageLoaded(args) {
2020

2121
application.on("orientationChanged", function (e: application.OrientationChangedEventData) {
2222
var currentPageWidth = platform.screen.mainScreen.heightDIPs
23-
console.log(currentPageWidth);
24-
console.log(currentPageWidth);
2523
list.listViewLayout.spanCount = Math.floor(currentPageWidth / 80);
2624
});
2725
}

0 commit comments

Comments
 (0)