I've installed reCaptcha and Guest Reviews, however I'd like the reviewer name field to not be required, removing it from the template entirely (easily enough) but also not requiring it from modules/pages/product_reviews_write/header_php.php

can i just comment out this line from jscript_main.php without too much worry?

Code:
check_input('review-nume',"<?php echo 3; ?>","<?php echo JS_REVIEW_NAME; ?>");
thanks!