It is possible that all the TRACE statements in the code have been removed. However, when it was being developed they might have stuck
Code:
TRACE(fred);
into the code. Since fred was probably defined all over the place, knowing which routine it came from would have helped in debugging. I wouldn't remove them because if you want to use the TRACE macro in the future, you will have to stick them back in.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.