remove debugging code

This commit is contained in:
Joffrey JAFFEUX 2018-02-02 09:31:47 +01:00 committed by GitHub
parent e5655f0b6b
commit cf592fa35d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ export function avatarImg(options, getURL) {
getURL = getURL || Discourse.getURLWithCDN;
const size = translateSize(options.size);
console.log(size);
const url = avatarUrl(options.avatarTemplate, size);
// We won't render an invalid url