Skip to content

Commit 84e1f86

Browse files
committed
cleanup
1 parent 966b20b commit 84e1f86

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -886,21 +886,6 @@ export function useWorkflowExecution() {
886886
const activeBlocksSet = new Set<string>()
887887
const streamedContent = new Map<string, string>()
888888

889-
// #region agent log
890-
fetch('http://127.0.0.1:7243/ingest/77a2b2bc-808d-4bfd-a366-739b0b04635d', {
891-
method: 'POST',
892-
headers: { 'Content-Type': 'application/json' },
893-
body: JSON.stringify({
894-
location: 'use-workflow-execution.ts:executeWorkflow:apiCall',
895-
message: 'About to call executionStream.execute',
896-
data: { activeWorkflowId, startBlockId, hasInput: !!finalWorkflowInput },
897-
timestamp: Date.now(),
898-
sessionId: 'debug-session',
899-
hypothesisId: 'D',
900-
}),
901-
}).catch(() => {})
902-
// #endregion
903-
904889
// Execute the workflow
905890
try {
906891
await executionStream.execute({

0 commit comments

Comments
 (0)