Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Console logging should not be used [CodeReview] #30

Open
arturonuman opened this issue Feb 17, 2017 · 0 comments
Open

Console logging should not be used [CodeReview] #30

arturonuman opened this issue Feb 17, 2017 · 0 comments
Assignees

Comments

@arturonuman
Copy link
Collaborator

Debug statements are always useful during development. But include them in production code - particularly in code that runs client-side - and you run the risk of inadvertently exposing sensitive information, slowing down the browser, or even erroring-out the site for some users. (Not all browsers support console.log().)

Present on:
dashboard-project-app/Gruntfile.js
dashboard-project-app/client/app/projectDetail/services/userStoryService.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants