Skip to content

Commit 272ed5c

Browse files
committed
removed unused console.log()
1 parent 40e9553 commit 272ed5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/googlerecaptchav3/field.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<script>
33
grecaptcha.ready(function () {
44
grecaptcha.execute('{{$publicKey}}', {action: '{{$action}}'}).then(function (token) {
5-
console.log(token);
65
document.getElementById('{{$id}}').value = token;
76
});
87
});

0 commit comments

Comments
 (0)