瀏覽代碼

Remove console log

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/>)}