Skip to content

Commit 8682d11

Browse files
Mohammed AbdiMohammed Abdi
authored andcommitted
remove print
Signed-off-by: Mohammed Abdi <[email protected]>
1 parent 02f970c commit 8682d11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/MCADashboard/Metrics/api/metricsData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export const getMetricData = async (query: string) => {
1010
try {
1111
const body = { query: query };
1212
const res: { data: { value: [string, number] }[] } = await axios.post('/api/metrics-data', body);
13-
console.log("res.data", res.data)
1413
if (query === utilizedGPUQuery) { // since vector(0) in query, even if no gpu in cluster returns 0
1514
const gpubody = { query: utilizedGPUMemoryQuery }; // use the utilizedGPUMemoryQuery to verify gpu is present in the cluster
1615
const gpures: { data: { value: [string, number] }[] } = await axios.post('/api/metrics-data', gpubody);

0 commit comments

Comments
 (0)