Comments in Latex
A single line can be commented out as: % This is a comment
For commenting large sections, define a command at top of the page as: \newcommand{\comments}[1]{}
Comment out large section in the file as: \comments{this is a comment}
Source for this information: www.rasmusen.org/x/2007/09/07/comments-in-latex/