mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-16 00:52:35 -05:00
[PR #188] [MERGED] fix(ui): remove frontend debug console logs #3066
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/188
Author: @Ghraven
Created: 6/11/2026
Status: ✅ Merged
Merged: 6/11/2026
Merged by: @dextmorgn
Base:
main← Head:fix/remove-frontend-debug-logs📝 Commits (1)
8de2779fix(ui): remove frontend debug console logs📊 Changes
3 files changed (+1 additions, -4 deletions)
View changed files
📝
flowsint-app/src/components/dashboard/investigation/sketches-section.tsx(+1 -1)📝
flowsint-app/src/components/flows/raw-material.tsx(+0 -2)📝
flowsint-app/src/components/templates/template-editor.tsx(+0 -1)📄 Description
What changed
console.logcalls from raw material loading and template testing flows.Create sketch; the button is already wrapped byNewSketch.Problem
A few shipped UI paths still wrote raw data or placeholder messages to the browser console. That can make local debugging noisier and may expose unnecessary API response details during normal app usage.
Before / after
Before:
NewSketchwrapper handled creation.After:
NewSketchwrapper.Verification
git diff --checkpasses.corepack yarn install --frozen-lockfilecompleted successfully.corepack yarn typecheckis currently blocked by existing project-wide TypeScript errors unrelated to these files, including missing Tiptap modules and table/router typing errors..eslintrc.cjsrequires@typescript-eslint/parser, but that parser is not installed by the lockfile.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.