diff options
| author | Pitu <[email protected]> | 2019-10-12 15:47:25 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-10-12 15:47:25 +0900 |
| commit | 391ee68e4a67aec640e25bc3506f9e31c77e58f5 (patch) | |
| tree | 79a73f30997dfe7bc2b355eb3421e13b81d49dd2 /src/api/routes/files | |
| parent | chore: remove exif strip support. (diff) | |
| download | host.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.tar.xz host.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.zip | |
chore: Upgrade buefy to newest version
Diffstat (limited to 'src/api/routes/files')
| -rw-r--r-- | src/api/routes/files/filesGET.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/files/filesGET.js b/src/api/routes/files/filesGET.js index f0779fd..ce288ff 100644 --- a/src/api/routes/files/filesGET.js +++ b/src/api/routes/files/filesGET.js @@ -33,7 +33,6 @@ class filesGET extends Route { For each file, create the public link to be able to display the file */ for (let file of files) { - console.log(file); file = Util.constructFilePublicLink(file); } |