Skip to content

Commit

Permalink
del print
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 17, 2023
1 parent 9303e25 commit ace56f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/taichi/lang/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ def is_arch_supported(arch):
cpu: lambda: True,
}
with_arch = arch_table.get(arch, lambda: False)
print(with_arch())
try:
return with_arch()
except Exception as e:
Expand Down

0 comments on commit ace56f3

Please sign in to comment.