Skip to content

Commit

Permalink
get rid of log
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 18, 2024
1 parent 44df3c7 commit 4e15f23
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export function compileRustCodeWithCandidAndCompilerInfo(
// TODO why not just write the dfx.json file here as well?
writeFileSync(compilerInfoPath, JSON.stringify(compilerInfo));

console.log('before compileRustCode nativeCompilation', nativeCompilation);

compileRustCode(
dockerContainerName,
canisterName,
Expand Down

0 comments on commit 4e15f23

Please sign in to comment.