tslog
tslog copied to clipboard
Remove useless check for getCallSites util.
This pull request does not introduce any breaking changes.
However it does introduce a very small performance improvement by removing a useless branch.
I also tried to add some comments explaining why we do this unusual thing of accessing a property without using it later on.