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 b4ce602 commit c5d8b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-test/src/jest/setup/disable_console_logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

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

0 comments on commit c5d8b9f

Please sign in to comment.