Skip to content

Commit 1f1ebd1

Browse files
committed
fix: remove error
1 parent e24aa3a commit 1f1ebd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp_linter_hooks/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def _install_tool(tool: str, version: str) -> Optional[Path]:
152152
)
153153
return shutil.which(tool)
154154
except subprocess.CalledProcessError:
155-
LOG.error("Failed to install %s==%s", tool, version)
156155
return None
157156

158157

0 commit comments

Comments
 (0)