Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 19, 2024
1 parent 44215a0 commit b2be40b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/large_files/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ export function verifyUpload(
) {
it(`uploads and hashes ${srcPath}`, async () => {
const localPath = await getLocalPath(join('assets', srcPath), destPath);
console.log(`Src: ${srcPath} => Local: ${localPath}`);
const canisterPath = join('assets', destPath);
console.log(`Src: ${destPath} => Local: ${canisterPath}`);
console.log('THIS IS THE CANISTER PATH', canisterPath);

const expectedHash = (await hashFile(localPath)).toString('hex');

Expand Down

0 comments on commit b2be40b

Please sign in to comment.