Skip to content

Commit

Permalink
remove unnessessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Jul 9, 2024
1 parent 783836c commit 59fdf09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cspdk/si220/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def taper(
port: gf.Port | None = None,
cross_section: CrossSectionSpec = "xs_sc",
) -> Component:
xs = gf.get_cross_section(cross_section)
print(xs)
print(xs.name)
c = gf.c.taper(
length=length,
width1=width1,
Expand Down

0 comments on commit 59fdf09

Please sign in to comment.