remove annoying console.log

This commit is contained in:
ansuz 2019-09-12 17:26:45 +02:00
parent abaf4c7371
commit d4b4a50253
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ app.head(/^\/common\/feedback\.html/, function (req, res, next) {
app.use(function (req, res, next) {
if (req.method === 'OPTIONS' && /\/blob\//.test(req.url)) {
console.log(req.url);
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Methods', 'GET, OPTIONS');
res.setHeader('Access-Control-Allow-Headers', 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range');