Skip to content

fix: remove debug console logs and standardize logging#653

Open
Akshita-2307 wants to merge 1 commit into
Shruti070107:mainfrom
Akshita-2307:fix/remove-debug-logs
Open

fix: remove debug console logs and standardize logging#653
Akshita-2307 wants to merge 1 commit into
Shruti070107:mainfrom
Akshita-2307:fix/remove-debug-logs

Conversation

@Akshita-2307

Copy link
Copy Markdown

Summary

Removes all \console.log(), \console.debug(), and \console.info()\ statements that were cluttering browser consoles with unnecessary runtime information. Keeps all \console.warn()\ and \console.error()\ for meaningful diagnostics.

Changes

  • src/offline-sync.js: removed 5 \console.log\ + 1 \console.info\
  • src/cloud-sync.js: removed 4 \console.log\ + 3 \console.debug\
  • src/conflict-resolver.js: removed 3 \console.debug\
  • src/app.js: removed 2 \console.info\ + 1 \console.debug\

Closes #637

Removes all console.log, console.debug, and console.info statements
that were cluttering the console with unnecessary runtime information.
Keeps all console.warn and console.error for meaningful diagnostics.

Files cleaned:
- src/offline-sync.js: removed 5 console.log + 1 console.info
- src/cloud-sync.js: removed 4 console.log + 3 console.debug
- src/conflict-resolver.js: removed 3 console.debug
- src/app.js: removed 2 console.info + 1 console.debug

Closes Shruti070107#637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Remove Debug Console Logs and Standardize Logging Across the Application

1 participant