mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +08:00
Remove unnecessary commented code
This commit is contained in:
parent
dbfe9540fa
commit
f1cd0d6388
|
@ -15,8 +15,6 @@ function imageNameFromFileName(fileName) {
|
|||
}
|
||||
|
||||
return name.replace(/\[|\]|\|/g, "");
|
||||
|
||||
// return encodeURIComponent(name).replace(/%20/g, " ");
|
||||
}
|
||||
|
||||
export function validateUploadedFiles(files, opts) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user