Skip to content

Commit 0500f93

Browse files
author
Lingxi Chen
committed
deleting console log
Signed-off-by: Lingxi Chen <[email protected]>
1 parent 9dcd80f commit 0500f93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/pages/WorkloadManagement/WLMCreate/WLMCreate.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export const WLMCreate = ({
9292
body.resource_limits = resourceLimits;
9393
}
9494

95-
console.log('Request payload:', body, resourceLimits.memory);
96-
9795
await core.http.put('/api/_wlm/workload_group', {
9896
query: { dataSourceId: dataSource.id },
9997
body: JSON.stringify(body),

0 commit comments

Comments
 (0)