Skip to main content

Clean out Unused Variables & Arguments

Comments

1 comment

  • Berend Veldkamp
    Yeah, this is a nuisance. What I usually do is to rename a variable first (e.g. add un underscore to the name), and see if the workflow still compiles. If it does, it should be safe to delete that variable.
    0

Please sign in to leave a comment.