Skip to content

Commit ffa5a9d

Browse files
Josh SommerJosh Sommer
authored andcommitted
removing console.log
1 parent 37c72e5 commit ffa5a9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/nativescript-ngx-shadow/ng-shadow.directive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ export class NativeShadowDirective implements OnInit, OnChanges, AfterViewInit {
8888

8989
private addIosWrapper() {
9090
if (isIOS) {
91-
console.log(' Apply ios wrapper');
92-
9391
const originalElement = this.el.nativeElement as View;
9492

9593
this.iosShadowRapper = this.render.createElement(

0 commit comments

Comments
 (0)