Rather than outright deleting or removing the code, you can also try to comment it out. That way, if something else inadvertently breaks, you can come back and uncomment the code. Just thought I’d throw in my 2 cents.
You comment out code by enclosing it thusly:
<!– and –>
In the example I just gave you, the word “and” is commented out.