Skip to content

Commit 672ad5c

Browse files
committed
Fix
1 parent c985a00 commit 672ad5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/backend/src/code.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ export const run = async (settings: PluginSettings) => {
468468
if (useOldPluginVersion2025) {
469469
convertedSelection = oldConvertNodesToAltNodes(selection, null);
470470
console.log("convertedSelection", convertedSelection);
471-
console.log("convertedSelection", convertedSelection[0].children[0]);
472471
} else {
473472
const nodeJson = await nodesToJSON(selection, settings);
474473
console.log(`[benchmark] nodesToJSON: ${Date.now() - nodeToJSONStart}ms`);

0 commit comments

Comments
 (0)