remove the useless console

This commit is contained in:
Saeed AB 2025-08-16 16:50:05 +03:30
parent 40b5ad6e3c
commit ad02a1821e

View File

@ -54,7 +54,6 @@ export function NetworkGraph({ onNodeClick}: NetworkGraphProps) {
stageid: item.stageid,
}))
);
console.log('Fetched nodes:', data);
} catch (err: any) {
if (err.name === "AbortError") {
// ignore