Skip to content

Commit

Permalink
remove console debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsh-scottlogic committed Mar 25, 2024
1 parent c94435d commit e35d211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/test/unit/controller/chatController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ describe('handleChatToGPT unit tests', () => {
}

beforeEach(() => {
console.debug('before each: setting mock value');
mockCheckLevelWinCondition.mockReturnValue(false);
});

Expand Down

0 comments on commit e35d211

Please sign in to comment.