mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
remove console logs
This commit is contained in:
parent
3bca3ef072
commit
911eae897f
3 changed files with 0 additions and 9 deletions
|
|
@ -38,8 +38,6 @@ download(url).then(
|
|||
if (entry.path.endsWith('.mmdb')) {
|
||||
const filename = path.join(dest, path.basename(entry.path));
|
||||
entry.pipe(fs.createWriteStream(filename));
|
||||
|
||||
console.log('Saved countries geo database:', filename);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -58,8 +56,6 @@ download(citiesUrl).then(
|
|||
if (entry.path.endsWith('.mmdb')) {
|
||||
const filename = path.join(dest, path.basename(entry.path));
|
||||
entry.pipe(fs.createWriteStream(filename));
|
||||
|
||||
console.log('Saved cities geo database:', filename);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue