Why is the editor showing up in custom post type?

you are getting the the editor because of the function *create_post_type()* in your code that you have shown above, it is duplicating the function *recipe_register()*. Just remove the *create_post_type* and every thing should be fine.