Skip to content

Commit 8cb89c0

Browse files
committed
Remove deprecated custom logger
1 parent 2aaaa80 commit 8cb89c0

File tree

2 files changed

+4
-73
lines changed

2 files changed

+4
-73
lines changed

package-lock.json

Lines changed: 3 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/test.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021-2024 The Tekton Authors
2+
Copyright 2021-2025 The Tekton Authors
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at
@@ -30,11 +30,6 @@ export function getQueryClient() {
3030
retry: false,
3131
staleTime: Infinity
3232
}
33-
},
34-
logger: {
35-
log: console.log, // eslint-disable-line no-console
36-
warn: console.warn, // eslint-disable-line no-console
37-
error: () => {}
3833
}
3934
});
4035
}

0 commit comments

Comments
 (0)