removed unnecessary header logging
This commit is contained in:
parent
f05379c750
commit
0b699435dd
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ function serveFile ({ fileName, fileType, filePath }, res) {
|
|||
}
|
||||
|
||||
function sendAnalyticsAndLog (headers, ip, originalUrl) {
|
||||
logger.verbose('headers', headers);
|
||||
// google analytics
|
||||
sendGoogleAnalytics('serve', headers, ip, originalUrl);
|
||||
// logging
|
||||
|
|
Loading…
Add table
Reference in a new issue