Joaquin
Sorry I didn't see this earlier, but once you have the cron job working sucessfully, simply append " > /dev/null" to the command in your cron job, like this:
/usr/bin/php /home/username/public_html/mydrupal/cron.php > /dev/null
This redirects the output to the null device. (Posted for future Drupal admins.)
Brian