We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a655a commit cb3683aCopy full SHA for cb3683a
apps/basket/src/lib/request-validation.ts
@@ -79,8 +79,6 @@ export async function validateRequest(
79
send_event: true,
80
});
81
82
- console.log("Autumn data:", data);
83
-
84
if (data && !(data.allowed || data.overage_allowed)) {
85
await logBlockedTraffic(
86
request,
0 commit comments