Skip to content

Web IDE: Remove unused property and mutation

What does this MR do?

  • Closes #222501 (closed)
  • Removes dead code:
    • file object property: lastCommit
    • mutation SET_LAST_COMMIT_DATA

Further details

We rely on the root getter lastCommit to get the details of the last commit. So this property was (and is) unnecessary on each file object.

Edited by Himanshu Kapoor

Merge request reports