@Hell_Squad_O what DEC said!
For more info / your awareness, the two // tell the system to "Ignore this line"
so anything with // in front of it gets ignored... so any other variable you change that still has the // is getting ignored. it's a great way to disable variables that you don't need but want to keep for reference or add comments.