[Tex/LaTex] Remove red line numbers from ACM 2017 SIGCONF Template

acmacmartline-numbering

I'm using the ACM LaTeX template (http://www.acm.org/publications/latex_style/) which puts red line numbers on the first page of the paper. Is there a simple command I can use to remove these?

Example of Red Line Numbers

Best Answer

Just delete review from the \documentclass line. Or put review=false there, which is the same thing.