Skip to content

Commit 8b53a1c

Browse files
committed
remove comments
1 parent 9fd98af commit 8b53a1c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/array/src/main/services/posthog.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function registerPosthogIpc(): void {
3434
},
3535
);
3636

37-
// Fetch S3 logs - returns raw text to bypass CORS in renderer
3837
ipcMain.handle(
3938
"fetch-s3-logs",
4039
async (

apps/array/src/renderer/features/sessions/utils/parseSessionLogs.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
/// <reference path="../../../types/electron.d.ts" />
12
import type { SessionNotification } from "@agentclientprotocol/sdk";
2-
import "@renderer/types/electron";
33

44
export interface StoredLogEntry {
55
type: string;
@@ -32,7 +32,6 @@ export async function fetchSessionLogs(
3232
}
3333

3434
try {
35-
// Use IPC to fetch from main process to bypass CORS
3635
const content = await window.electronAPI.fetchS3Logs(logUrl);
3736

3837
if (!content?.trim()) {

0 commit comments

Comments
 (0)