[Tex/LaTex] How to hide todo notes without deleting them manually

todonotes

I'm using the package todonotes. How can I disable the todo notes for printing my final document?
(I know it's possible, but I can't find it and I don't want to (manually) delete all my notes in the document…)

I've read the documentation, but I still have NO clue on what to type to disable todonotes. This is all I have in my preamble:

\usepackage{todonotes}
\newcommand{\td}[1]{\todo[inline]{#1}}

but commenting any of those will keep my note's text on the spot and just remove the formatting. I couldn't figure out what to type to fully remove that unless I go one by one and do it.

Best Answer

I just got it: for notes not to be visible just change:

\usepackage{todonotes}

to

\usepackage[disable]{todonotes}