Skip to content

Commit e3a6600

Browse files
Update cf/mixin/fielddomain.py to remove log call for performance
Co-authored-by: David Hassell <[email protected]>
1 parent 3bc39ed commit e3a6600

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cf/mixin/fielddomain.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2505,10 +2505,6 @@ def del_construct(self, *identity, default=ValueError(), **filter_kwargs):
25052505
):
25062506
cyclic_axes.remove(key)
25072507
self._cyclic = cyclic_axes
2508-
logger.info(
2509-
"Deleted a construct that corresponds to a cyclic axis "
2510-
f"({key}), so it was removed from the cyclic() axes set."
2511-
)
25122508

25132509
return deld_construct
25142510

0 commit comments

Comments
 (0)