We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c72e5 commit ffa5a9dCopy full SHA for ffa5a9d
lib/src/nativescript-ngx-shadow/ng-shadow.directive.ts
@@ -88,8 +88,6 @@ export class NativeShadowDirective implements OnInit, OnChanges, AfterViewInit {
88
89
private addIosWrapper() {
90
if (isIOS) {
91
- console.log(' Apply ios wrapper');
92
-
93
const originalElement = this.el.nativeElement as View;
94
95
this.iosShadowRapper = this.render.createElement(
0 commit comments