We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527bf7 commit 30db93fCopy full SHA for 30db93f
1 file changed
dojo/tools/api_sonarqube/updater.py
@@ -214,10 +214,6 @@ def update_sonarqube_finding(self, finding):
214
logger.debug(
215
f"Updating finding '{finding}' transition {current_status} -> {target_status} in SonarQube",
216
)
217
- if transitions:
218
- logger.info(
219
- "Updating finding '%s' in SonarQube", finding,
220
- )
221
222
# Apply transitions
223
for transition in transitions:
0 commit comments