Skip to content

Commit

Permalink
Remove debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Dec 4, 2024
1 parent c9e3830 commit 6157ad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nion/swift/model/Feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def enabled_feature_str(self) -> str:
@enabled_feature_str.setter
def enabled_feature_str(self, enabled_features_str: str) -> None:
for enabled_feature_id in enabled_features_str.split(","):
print(f"{enabled_feature_id=}")
feature = self.get_feature(enabled_feature_id)
if feature:
feature.enabled = True
Expand Down

0 comments on commit 6157ad2

Please sign in to comment.