update README; hide error log

This commit is contained in:
Bilal
2020-08-20 16:00:31 +03:00
parent 7adcbe3102
commit 16d878fe8f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,2 +1,11 @@
# proxylist
### Setup
Copy `example.env` to the `.env` and set values as desired
Run server with `yarn start`
### Development
Server can be started with `yarn run start-live` for live reload

View File

@@ -76,7 +76,7 @@ const setTimeToFetch = async (proxyList) => {
timeToFetch: responseObject.responseTime
}
}catch (e) {
console.log('[ERROR](setTimeToFetch)', type, address);
// console.log('[ERROR](setTimeToFetch)', type, address);
return {
address,
type,