Skip to content

Commit 6823212

Browse files
committed
feat: Delete invalid code
1 parent f847476 commit 6823212

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

packages/core/src/console/gateway.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ export async function callConsoleGateway(
103103
};
104104
if (token) headers.Authorization = `Bearer ${token}`;
105105

106-
console.log({
107-
gatewayBase,
108-
action,
109-
api,
110-
effectiveRegion,
111-
effectiveSite,
112-
effectiveSwitchAgent,
113-
});
114-
115106
const res = await fetch(
116107
`${gatewayBase}/cli/api.json?action=${action}&product=${GATEWAY_PRODUCT}&api=${encodeURIComponent(api)}`,
117108
{

0 commit comments

Comments
 (0)