diff --git a/README.md b/README.md index 5a15a84..b039fbf 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,6 @@ window.onerror = async function(msg, source, lineno, colno, error) { } else { data = { app: 'app1', type: 'error', client: appClientId, message: msg }; } - /* - * the first 4 characters of the client will be displayed as app - * the remaining characters (up to 64) will be displayed as client - */ fetch('http://localhost:8080', { method: 'POST', body: JSON.stringify(data),