File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @codeowners-flow/cli ' : patch
3+ ---
4+
5+ Remove console logs
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export async function loadUserConfig(
1818 rootDir : string ,
1919 configRelativePath ?: string ,
2020) {
21- console . log ( 'configRelativePath' , configRelativePath ) ;
2221 try {
2322 const result = configRelativePath
2423 ? await explorer . load ( path . resolve ( rootDir , configRelativePath ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export async function validateCodeowners({
1212 config,
1313} : ValidateCodeOwnersOptions = { } ) {
1414 const { ownersPath, ownersContent } = await getCodeOwners ( config ) ;
15- console . log ( ownersContent ) ;
1615 try {
1716 const file = await fs . readFile ( ownersPath ) ;
1817 const content = file . toString ( ) ;
You can’t perform that action at this time.
0 commit comments