Browse Source

Remove console log

Tatiana Inama 6 năm trước cách đây
mục cha
commit
18cfb1493c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      recipes/src/containers/Recipes/Edit/index.tsx

+ 0 - 1
recipes/src/containers/Recipes/Edit/index.tsx

@@ -56,7 +56,6 @@ class EditRecipe extends React.Component<EditRecipeProps, EditRecipeState> {
 
   render() {
     const { form, loadingRecipe } = this.state;
-    console.log("loading", loadingRecipe)
     return (
       <div>
         { loadingRecipe && (<Spinner/>)}