Skip to content

Unused gon variable with very bad performance

Paco Guzman requested to merge remove-gon-variable into master

What does this MR do?

Remove an unused variable with a lot of performance penalty. It was opening a transaction just to return a constant string.

Does this MR meet the acceptance criteria?

Merge request reports