Skip to content

Commit

Permalink
remove method that does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad authored Jul 28, 2024
1 parent 26e95e7 commit b6fa4af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-console-with-frozen-intrinsics.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ console.groupCollapsed('label');
console.groupEnd();

console.table([{ a: 1, b: 2 }, { a: 'foo', b: 'bar' }]);

console.timeStamp('label');

0 comments on commit b6fa4af

Please sign in to comment.