Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagoon committed Nov 26, 2024
1 parent 89a4edf commit bc8b69d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/server/execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,12 @@ export async function syncExecutionResults(
fs.mkdirSync(localBlockDir, { recursive: true });
}

console.log(`syncing ${localBlockDir} block ${blocksS3Prefix}`);

try {
await syncS3ToLocalDirectory(
blocksS3Prefix,
localBlockDir,
anvilConfiguration,
);
// console.log(`Downloaded folder: ${blocksS3Prefix} to ${localBlockDir}`);
} catch (err) {
console.error("Error downloading the folder:", err);
}
Expand Down

0 comments on commit bc8b69d

Please sign in to comment.