Closed oliver-youdooh closed 11 months ago
Hi there,
Any chance of removing this debugging statement? Currently this is outputting in our production env. https://github.com/wavezync/vue3-google-signin/blob/2bdfffd29919e4df6cf857f3223c86673304d9fd/src/composables/useOneTap.ts#L222
I find it would be useful only in a development environment. Perhaps we can make this a development environment output instead?
if (process.env.NODE_ENV === "development") { console.log("cb triggered"); }
Happy to open a pull request if you like.
sure, please open a PR :)
@kasvith thanks! Opened PR #54
Closed by #54
Hi there,
Any chance of removing this debugging statement? Currently this is outputting in our production env. https://github.com/wavezync/vue3-google-signin/blob/2bdfffd29919e4df6cf857f3223c86673304d9fd/src/composables/useOneTap.ts#L222
I find it would be useful only in a development environment. Perhaps we can make this a development environment output instead?
Happy to open a pull request if you like.