Skip to content

Commit

Permalink
remove commented print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dodd Gray committed Jun 26, 2024
1 parent 2573c00 commit c846850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kfactory/kcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -7597,7 +7597,6 @@ def show(
_kcl_paths: list[dict[str, str]] = []

if isinstance(layout, KCLayout):
# print("\tCase 1: type(layout)==KCLayout")
file: Path | None = None
spec = importlib.util.find_spec("git")
if spec is not None:
Expand Down

0 comments on commit c846850

Please sign in to comment.