mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-14 22:37:22 -05:00
chore: remove leftover debug log
This commit is contained in:
@@ -31,7 +31,6 @@ async function main() {
|
||||
|
||||
try {
|
||||
for await (const entry of zip) {
|
||||
console.log(entry.filename);
|
||||
if (entry.filename === database.file_name) {
|
||||
const readStream = await entry.openReadStream();
|
||||
const writeStream = fs.createWriteStream(database.save_path);
|
||||
|
||||
Reference in New Issue
Block a user