chore: remove useless console.logs
+ 0
- 2
app/services/repository/getRepositoryHead.ts
@@ -58,8 +58,6 @@ const makeGetRepositoryHead: ServiceMethodFactory<
       });
     });
 
-    console.log("gitCatFileResult:", gitCatFileResult);
-
     const treeIdMatches = GIT_TREE_ID_REGEXP.exec(gitCatFileResult);
     const parentIdMatches = GIT_PARENT_ID_REGEXP.exec(gitCatFileResult);
     const authorMatches = GIT_AUTHOR_REGEXP.exec(gitCatFileResult);