Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 2, 2023
1 parent d5f27e4 commit 0705f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/branchprotection/BranchProtectionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class BranchProtectionService {
method: 'GET',
headers,
});
console.log('Response:', response);
const data = await response.json();
console.log('Data:', data);
if (data.enforce_admins?.enabled === false) {
Expand Down

0 comments on commit 0705f99

Please sign in to comment.