[examples] Remove stray console.log. (#8070)

This commit is contained in:
Lee Robinson
2022-07-01 17:47:36 -05:00
committed by GitHub
parent 169242157e
commit 59e1259688

View File

@@ -24,7 +24,6 @@ export function sendToVercelAnalytics(metric) {
speed: getConnectionSpeed(),
};
console.log({ body });
const blob = new Blob([new URLSearchParams(body).toString()], {
// This content type is necessary for `sendBeacon`
type: 'application/x-www-form-urlencoded',