mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Remove unwanted console.logs (#277374)
This commit is contained in:
@@ -14,9 +14,7 @@ async function createRandomNotebookFile() {
|
||||
}
|
||||
|
||||
async function openRandomNotebookDocument() {
|
||||
console.log('Creating a random notebook file');
|
||||
const uri = await createRandomNotebookFile();
|
||||
console.log('Created a random notebook file');
|
||||
return vscode.workspace.openNotebookDocument(uri);
|
||||
}
|
||||
|
||||
@@ -121,7 +119,6 @@ const apiTestSerializer: vscode.NotebookSerializer = {
|
||||
}
|
||||
]
|
||||
};
|
||||
console.log('Returning NotebookData in deserializeNotebook');
|
||||
return dto;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user