We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f847476 commit 6823212Copy full SHA for 6823212
1 file changed
packages/core/src/console/gateway.ts
@@ -103,15 +103,6 @@ export async function callConsoleGateway(
103
};
104
if (token) headers.Authorization = `Bearer ${token}`;
105
106
- console.log({
107
- gatewayBase,
108
- action,
109
- api,
110
- effectiveRegion,
111
- effectiveSite,
112
- effectiveSwitchAgent,
113
- });
114
-
115
const res = await fetch(
116
`${gatewayBase}/cli/api.json?action=${action}&product=${GATEWAY_PRODUCT}&api=${encodeURIComponent(api)}`,
117
{
0 commit comments