Skip to content

Commit ee523fd

Browse files
committed
Revert "fix: log linting errors"
This reverts commit e8e88a3.
1 parent e8e88a3 commit ee523fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda_forge_feedstock_ops/lint.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ def _lint_local(feedstock_dir):
111111
str(recipe_dir), conda_forge=True, return_hints=True
112112
)
113113
_error = False
114-
except Exception as e:
115-
logger.error("Error linting recipe %s", recipe, exc_info=e)
114+
except Exception:
116115
_lints = []
117116
_hints = []
118117
_error = True

0 commit comments

Comments
 (0)