Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 730acd6

Browse files
committed
refactor(graph): remove deprecated graph operations code
1 parent 6f86bd8 commit 730acd6

2 files changed

Lines changed: 0 additions & 47 deletions

File tree

src/commands/components/push/graph-operations/index.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/commands/components/push/graph-operations/resource-processor.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ async function createStubComponents(
9595
return; // No missing components to create stubs for
9696
}
9797

98-
console.log(`📝 Creating stub components for circular dependencies: ${missingComponents.join(', ')}`);
99-
10098
// Create minimal stub components
10199
for (const nodeId of nodeIds) {
102100
const node = graph.nodes.get(nodeId);
@@ -117,9 +115,6 @@ async function createStubComponents(
117115
}
118116
}
119117
}
120-
121-
// Add a blank line before resuming normal processing
122-
console.log('');
123118
}
124119

125120
/**

0 commit comments

Comments
 (0)