Go to Dashboard -> appearence ->edit theme -> open functions.php -> search and remove following line
/** Load update notifier */
require_once( ATTITUDE_FUNCTIONS_DIR . ‘/update_notifier.php’ );
take care that you dont delete the curly bracket under these lines.
Please notice that the update notify function after removing this will not work!