Skip to content

Commit 0208969

Browse files
committed
chore: cleanup console logs
1 parent 07c3930 commit 0208969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/src/redux/thunks/streamNormalInput.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ export const streamNormalInput = createAsyncThunk<
255255
const toolSettings = newState.ui.toolSettings;
256256
const allToolCallStates = selectCurrentToolCalls(newState);
257257

258-
console.log("ADDING EDITNG CURRENT FILE");
259258
await Promise.all(
260259
allToolCallStates.map((tcState) =>
261260
enhanceParsedArgs(

0 commit comments

Comments
 (0)