remove the useless console
This commit is contained in:
parent
40b5ad6e3c
commit
ad02a1821e
|
|
@ -54,7 +54,6 @@ export function NetworkGraph({ onNodeClick}: NetworkGraphProps) {
|
||||||
stageid: item.stageid,
|
stageid: item.stageid,
|
||||||
}))
|
}))
|
||||||
);
|
);
|
||||||
console.log('Fetched nodes:', data);
|
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
if (err.name === "AbortError") {
|
if (err.name === "AbortError") {
|
||||||
// ignore
|
// ignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user