fack2 / Dictionary-Giphy-App

0 stars 1 forks source link

delete unneccessary comments and console.logs #26

Closed eadehemingway closed 5 years ago

eadehemingway commented 5 years ago

https://github.com/fack2/Dictionary-Giphy-App/blob/39e6b5004a4a7c48fe14c52a59feb453b8f3c4fa/public/js/dom.js#L55-L68

this is the sort of thing that is usually caught in code reviews (at my work, a pull request wouldnt be merged if it had a console.log in it or had big bits of code commented out)

sulieman1 commented 5 years ago

comments deleted! @eadehemingway

eadehemingway commented 5 years ago

👍