mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
remove debugging code
This commit is contained in:
@ -49,7 +49,6 @@ export function avatarImg(options, getURL) {
|
|||||||
getURL = getURL || Discourse.getURLWithCDN;
|
getURL = getURL || Discourse.getURLWithCDN;
|
||||||
|
|
||||||
const size = translateSize(options.size);
|
const size = translateSize(options.size);
|
||||||
console.log(size);
|
|
||||||
const url = avatarUrl(options.avatarTemplate, size);
|
const url = avatarUrl(options.avatarTemplate, size);
|
||||||
|
|
||||||
// We won't render an invalid url
|
// We won't render an invalid url
|
||||||
|
Reference in New Issue
Block a user