diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-30 09:58:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-30 09:58:55 +0200 |
| commit | dc47c318bd7272099ec8a66ddc48810f91fa52b9 (patch) | |
| tree | 841682452e80cd77394b6c9b88bb2841b861a0fc /web | |
| parent | 81ff16f86a1ebfdd01851901aa86036b4041a1ad (diff) | |
| download | nissy-core-dc47c318bd7272099ec8a66ddc48810f91fa52b9.tar.gz nissy-core-dc47c318bd7272099ec8a66ddc48810f91fa52b9.zip | |
Removed log message that appears at wrong time
Diffstat (limited to 'web')
| -rw-r--r-- | web/storage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/storage.cpp b/web/storage.cpp index eef145e..d540a5c 100644 --- a/web/storage.cpp +++ b/web/storage.cpp | |||
| @@ -55,7 +55,6 @@ EM_ASYNC_JS(int, download_and_store, (const char *key, const char *url), { | |||
| 55 | return 0; | 55 | return 0; |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | console.log("Data for " + key + " downloaded, writing to storage..."); | ||
| 59 | let data = await response.bytes(); | 58 | let data = await response.bytes(); |
| 60 | var stream = FS.open("/tables/" + key, "w+"); | 59 | var stream = FS.open("/tables/" + key, "w+"); |
| 61 | FS.write(stream, data, 0, data.length, 0); | 60 | FS.write(stream, data, 0, data.length, 0); |
