Skip to content

Commit

Permalink
Remove unwanted console.log (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilknops authored Jul 7, 2024
1 parent 0894c3d commit 70c3c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/lib/src/lib/dropzone.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export class DropzoneDirective
Object.keys(params).forEach(key => params[key] === undefined && delete params[key])

this.zone.runOutsideAngular(() => {
console.log(params);
this.instance = new Dropzone(this.elementRef.nativeElement, params);
});

Expand Down

0 comments on commit 70c3c1d

Please sign in to comment.