Skip to content

Commit fa7c986

Browse files
Update templates/react-native/docs/example.md.twig
Co-authored-by: Damodar Lohani <[email protected]>
1 parent dfcbb12 commit fa7c986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/react-native/docs/example.md.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ const {{ service.name | caseCamel }} = new {{service.name | caseUcfirst}}(client
2222
{% endif %}
2323

2424
{% if method.type != 'webAuth' %}
25-
{# console.log({% if method.type == 'location' %}result{% else %}response{% endif %}); #} //previous code
2625
console.log(result); // Updated to log the result variable
2726
{% endif %}

0 commit comments

Comments
 (0)