I found that I could not disable the module from admin.

In

tpl_product_info_display.php

I changed

<?php if (FACEBOOK_COMMENTS_STATUS == true){ ?>
to
<?php if (FACEBOOK_COMMENTS_STATUS == 'true'){ ?>

and now I can turn it on and off in admin.