Skip to content
Snippets Groups Projects
Commit df9066f4 authored by graywolf336's avatar graywolf336
Browse files

Remove the logging into the console of the error on incorrect urls for avatars

parent e8ca004e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ Template.avatarPrompt.events
else if @service is 'url'
if _.trim $('#avatarurl').val()
Meteor.call 'setAvatarFromService', $('#avatarurl').val(), '', @service, (err) ->
console.log err
if err
if err.details?.timeToReset?
toastr.error t('Error_too_many_requests', parseInt(err.details.timeToReset / 1000))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment