Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
amccaugh committed Jul 3, 2024
1 parent a7ff0ba commit 3a9bf95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phidl/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ def _kl_expression(

import klayout.db as kdb

print(phidl_config["NUM_CPU"] if num_cpu == "all" else num_cpu)
tp = kdb.TilingProcessor()
tp.threads = phidl_config["NUM_CPU"] if num_cpu == "all" else num_cpu
if tile_size is not None:
Expand Down

0 comments on commit 3a9bf95

Please sign in to comment.