Skip to content

Commit fd2cbc5

Browse files
committed
remove unnecessary console debugging output
1 parent e588481 commit fd2cbc5

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

test/pummel/test-heap-profile-and-snapshot-near-heap-limit.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ const child = spawnSync(process.execPath, [
2020
cwd: tmpdir.path,
2121
});
2222

23-
console.log(child.stdout.toString());
2423
const stderr = child.stderr.toString();
25-
console.log(stderr);
2624
assert(common.nodeProcessAborted(child.status, child.signal),
2725
'process should have aborted, but did not');
2826

test/pummel/test-heap-profile-near-heap-limit-with-heap-prof.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const child = spawnSync(process.execPath, [
2323
cwd: tmpdir.path,
2424
});
2525

26-
console.log(child.stdout.toString());
27-
console.log(child.stderr.toString());
2826
assert(common.nodeProcessAborted(child.status, child.signal),
2927
'process should have aborted, but did not');
3028

test/pummel/test-heap-profile-near-heap-limit.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ const child = spawnSync(process.execPath, [
2020
cwd: tmpdir.path,
2121
});
2222

23-
console.log(child.stdout.toString());
24-
console.log(child.stderr.toString());
2523
assert(common.nodeProcessAborted(child.status, child.signal),
2624
'process should have aborted, but did not');
2725

0 commit comments

Comments
 (0)