You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There shouldn't be any unnecessary console.log statements even if it's necessary while developing the app, you should remove them at the production phase
There shouldn't be any unnecessary
console.log
statements even if it's necessary while developing the app, you should remove them at the production phasew7-blogger-clone/server/controllers/addPost.js
Line 6 in 74e1757
And here just a reminder that handling error with
console.log
is even worse than no handling error at allw7-blogger-clone/server/controllers/addPost.js
Line 9 in 74e1757
The text was updated successfully, but these errors were encountered: