Tatiana Inama преди 6 години
родител
ревизия
18cfb1493c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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/>)}