This is an automated email from the ASF dual-hosted git repository. Xiao-zhen-Liu pushed a commit to branch xiaozhen-caching-prototype in repository https://gitbox.apache.org/repos/asf/texera.git
commit c6429aa91dcc7593d6c0127396921f35ff8937e8 Author: Xiaozhen Liu <[email protected]> AuthorDate: Mon Jan 19 14:38:32 2026 -0800 feat(cache): revert console log. --- .../app/workspace/service/compile-workflow/workflow-compiling.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/workspace/service/compile-workflow/workflow-compiling.service.ts b/frontend/src/app/workspace/service/compile-workflow/workflow-compiling.service.ts index b2e3477926..23efe3347f 100644 --- a/frontend/src/app/workspace/service/compile-workflow/workflow-compiling.service.ts +++ b/frontend/src/app/workspace/service/compile-workflow/workflow-compiling.service.ts @@ -300,7 +300,6 @@ export class WorkflowCompilingService { opsToReuseResult: [], opsToViewResult: [], }; - console.log(body); // make a http post request to the API endpoint with the logical plan object return this.httpClient .post<WorkflowCompilationResponse>(
