Page MenuHomePhabricator

Remove console.* statements
Closed, ResolvedPublic

Description

We shouldn't have bare console.log statements in the codebase -- all legit uses should probably go through the logger. The remaining ones might either be commented out statements, debugging code, or uses that should be using the logger.

Event Timeline

ssastry moved this task from Backlog to Post-Port Work on the Parsoid-PHP board.

Change 472716 had a related patch set uploaded (by Subramanya Sastry; owner: Subramanya Sastry):
[mediawiki/services/parsoid@master] Remove console.log statements from lib/ that don't belong

https://gerrit.wikimedia.org/r/472716

Change 472716 merged by jenkins-bot:
[mediawiki/services/parsoid@master] Remove console.log statements from lib/ that don't belong

https://gerrit.wikimedia.org/r/472716

ssastry claimed this task.