matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 288 forks source link

How to close fetch output? #108

Closed qiaolb closed 8 years ago

qiaolb commented 8 years ago

How to close the console output? For example: Fetch complete: GET "http://....."

aliankarali commented 8 years ago

It falls under the debug sections of console logs. surely there must be a way to disable them?

aliankarali commented 8 years ago

I realized that the console outputs are generated as long as the console is open though. So it is fine.

qiaolb commented 8 years ago

I found Not all Chrome are like this. Maybe, it is other reason.

aliankarali commented 8 years ago

If you disable Log XMLHttpRequests option in console settings it doesn't.