Skip to content

Commit d26d32a

Browse files
author
guqiankun.gqk
committed
chore: 去除log
1 parent d5484ba commit d26d32a

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/alex/src/core/editor/editor.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ class EditorSpecialContribution
512512
disposer.addDispose(
513513
editor.monacoEditor.onMouseDown((event) => {
514514
const type = event?.target?.type;
515-
console.log('type down==', type);
516515

517516
if (
518517
type === monaco.editor.MouseTargetType.GUTTER_LINE_NUMBERS ||

packages/code-service/src/filesystem/configure.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const configureFileSystem = async (model: CodeModelService, scenario?: string |
4848
if (!repo) {
4949
throw new Error('Not found');
5050
}
51-
console.log('===', data);
5251
return model.codeAPI.asPlatform(repo.platform).getBlob(repo, {
5352
id: data.id,
5453
path: data.path,

packages/toolkit/playground/main.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ const App: React.FC = () => {
109109
(model) =>
110110
model.uri.codeUri.path.startsWith(app.current!.config.workspaceDir) && model.dirty
111111
);
112-
113-
console.log('modelList', modelList);
114112
};
115113

116114
const saveAll = () => {

0 commit comments

Comments
 (0)