Forgot to remove a console.log
This commit is contained in:
parent
6d573ff96c
commit
95ef53fae0
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ function formatBytes(bytes, decimals = 2) { // https://stackoverflow.com/a/18650
|
||||||
class DownloadController {
|
class DownloadController {
|
||||||
|
|
||||||
async index ({ view, request, locale }) {
|
async index ({ view, request, locale }) {
|
||||||
console.log(defaultViewOption)
|
|
||||||
viewCounter++;
|
viewCounter++;
|
||||||
defaultViewOption.viewCounter = viewCounter;
|
defaultViewOption.viewCounter = viewCounter;
|
||||||
// Couldn't find a cleaner way to make it change with the browser locale
|
// Couldn't find a cleaner way to make it change with the browser locale
|
||||||
|
|
Loading…
Reference in a new issue