Skip to content

Commit afbac77

Browse files
committed
lint: remove console.log
1 parent 71c2d5a commit afbac77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/recaptcha/recaptcha.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export class RecaptchaDirective implements ControlValueAccessor, OnChanges, OnIn
9999
* Renders recaptcha.
100100
*/
101101
private render() {
102-
console.log(this.grecaptcha)
103102
if (this.grecaptcha) {
104103
this.widgetId = this.grecaptcha.render(this.el.nativeElement, this.getParameters())
105104
}

0 commit comments

Comments
 (0)