From 95ef53fae003811a7529652b74710dddb010f3db Mon Sep 17 00:00:00 2001
From: supositware <loic.bersier1@gmail.com>
Date: Thu, 27 Aug 2020 20:06:26 +0200
Subject: [PATCH] Forgot to remove a console.log

---
 app/Controllers/Http/DownloadController.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/Controllers/Http/DownloadController.js b/app/Controllers/Http/DownloadController.js
index 79a443d..d181bc9 100644
--- a/app/Controllers/Http/DownloadController.js
+++ b/app/Controllers/Http/DownloadController.js
@@ -30,7 +30,6 @@ function formatBytes(bytes, decimals = 2) { // https://stackoverflow.com/a/18650
 class DownloadController {
 
   async index ({ view, request, locale }) {
-    console.log(defaultViewOption)
     viewCounter++;
     defaultViewOption.viewCounter = viewCounter;
     // Couldn't find a cleaner way to make it change with the browser locale