Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does readStream print out a log of the file that it's reading #255

Closed
andresmejia3 opened this issue Jun 9, 2023 · 0 comments
Closed

Comments

@andresmejia3
Copy link

andresmejia3 commented Jun 9, 2023

I noticed when using the readStream function that all of the data I'm reading is being printed out. I checked the source code and found that on every event triggered by the ReactNativeBlobUtilFilesystem listener, this console.log line executes. Why is that? Is there already a built in way to disable it?

 console.log(e, this.streamId, e.streamId, e.streamId === this.streamId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant