Skip to content

Commit

Permalink
enable console logs just for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 22, 2024
1 parent c5d8b9f commit 6eed44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-test/src/jest/setup/disable_console_logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
*/

// on CI these logs just muddy up the console and produce a ton of unnecessary noise
console.log = () => {};
// console.error = () => {};
// console.warn = () => {};
// console.log = () => {};
console.error = () => {};
console.warn = () => {};

0 comments on commit 6eed44a

Please sign in to comment.