This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-stage-by-stage
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-stage-by-stage by this
push:
new ecd62d1f39 rename log
ecd62d1f39 is described below
commit ecd62d1f39991bf776f4ec4d92fc3811c4f1ea2c
Author: Xinyuan Lin <[email protected]>
AuthorDate: Thu Jan 22 20:27:35 2026 -0800
rename log
---
.../app/workspace/component/left-panel/settings/settings.component.ts | 1 -
1 file changed, 1 deletion(-)
diff --git
a/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
b/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
index b9d196945b..d7ab644a89 100644
---
a/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
+++
b/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
@@ -72,7 +72,6 @@ export class SettingsComponent implements OnInit {
.workflowChanged()
.pipe(untilDestroyed(this))
.subscribe(() => {
- console.log("workflow changed",
this.workflowActionService.getWorkflowContent().settings.executionMode);
this.settingsForm.patchValue(
{
dataTransferBatchSize:
this.workflowActionService.getWorkflowContent().settings.dataTransferBatchSize,