Skip to content

Commit 2427afb

Browse files
committed
chore(binding-http): remove console.log from tests (eslint)
1 parent 5a26acb commit 2427afb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/binding-http/test/oauth-token-validation-tests.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ describe("OAuth2.0 Validator tests", () => {
4444
private validator!: Validator;
4545
static server: http.Server;
4646
static before() {
47-
// eslint-disable-next-line @typescript-eslint/no-empty-function
48-
console.debug = () => {};
49-
// eslint-disable-next-line @typescript-eslint/no-empty-function
50-
console.warn = () => {};
51-
// eslint-disable-next-line @typescript-eslint/no-empty-function
52-
console.info = () => {};
53-
5447
const tokens = ["active", "noScopes", "notActive"];
5548

5649
const introspectEndpoint: express.Express = express();

0 commit comments

Comments
 (0)