Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 13, 2024
1 parent b31b3a0 commit bfdb2bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ class CompilerResolver {
case Architecture.ia32:
return i686LinuxGnuLd;
case Architecture.x64:
print('Get tool');
return x86_64LinuxGnuLd;
case Architecture.riscv64:
return riscv64LinuxGnuLd;
Expand Down

0 comments on commit bfdb2bb

Please sign in to comment.