In the /components/com_jfbconnect/controllers/loginregister.php file, do a search for the following line:
$this->sendNewUserEmails($jUser);
Update that as below by adding 2 forward slashes in front, which will comment it out (prevent it from executing):
// $this->sendNewUserEmails($jUser);
In a future release, we're planning to add an option to disable the new user emails as well as respect the "Notification Email To Administrators" setting in Joomla itself.
Hope that helps, but if you have any other questions, just let us know.
Thanks,
Alex