Skip to content

Commit

Permalink
Removed client log
Browse files Browse the repository at this point in the history
The same exact message shows up on the page anyway, so it’s not really
useful
  • Loading branch information
janka102 committed Oct 19, 2016
1 parent c4a3ace commit 689d734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function scrollToElement (element) {
}

function renderError (el, message) {
console.log(message)
el.text(message)
el.css({
color: '#d35400',
Expand Down

0 comments on commit 689d734

Please sign in to comment.