Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not keep commented out code in the repository
the reason why this was commented out is that the object goes out of scope immediately afterward, so it is unnecessary to change it back to `None`. the reason why the line was kept in the first place is that it is conceptually what is supposed happen. Anyway, since this is in no way performance critical, let's just add the line back. thanks to [at]kayoub5 for the catch. Signed-off-by: Andreas Lauser <[email protected]> Signed-off-by: Christian Hackenbeck <[email protected]>
- Loading branch information