mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
remove console statement
This commit is contained in:
parent
6b2d080afc
commit
ffa21ddf0d
@ -176,7 +176,6 @@ async function processFilesForIDB(files) {
|
||||
export async function uploadSamplesToDB(config, files) {
|
||||
logger('procesing user samples...');
|
||||
await processFilesForIDB(files).then((files) => {
|
||||
console.log(files);
|
||||
logger('user samples processed... opening db');
|
||||
const onOpened = (objectStore, _db) => {
|
||||
logger('index db opened... writing files to db');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user