We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985a00 commit 672ad5cCopy full SHA for 672ad5c
1 file changed
packages/backend/src/code.ts
@@ -468,7 +468,6 @@ export const run = async (settings: PluginSettings) => {
468
if (useOldPluginVersion2025) {
469
convertedSelection = oldConvertNodesToAltNodes(selection, null);
470
console.log("convertedSelection", convertedSelection);
471
- console.log("convertedSelection", convertedSelection[0].children[0]);
472
} else {
473
const nodeJson = await nodesToJSON(selection, settings);
474
console.log(`[benchmark] nodesToJSON: ${Date.now() - nodeToJSONStart}ms`);
0 commit comments