Skip to content

Remove debug console.log statements from source files #889

@kuishou68

Description

@kuishou68

Description

Several source files contain leftover debug console.log statements that should be removed or replaced with proper logging.

Affected files

  • src/commands/list.ts (lines 15, 31, 35)
  • src/commands/plugin-path.ts (line 54)
  • src/targets/kiro.ts (line 86)

Expected behavior

Debug logging should be removed or replaced with the project's structured logging utility (if one exists) to avoid noisy output during normal plugin operation.

Proposed fix

Remove the console.log calls, as they are debug-only artifacts that clutter stdout during normal usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions