Remove random log

This commit is contained in:
Eric Eastwood 2022-07-05 11:21:04 -05:00
parent 17f2c399dd
commit 9c8f980e2a
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class RethrownError extends ExtendedError {
// number of `\n` and `+ 1` for the first line because it doesn't start with
// new line.
const messageLines = (this.message.match(/\n/g) || []).length + 1;
console.log('messageLines', messageLines);
const indentedOriginalError = error.stack
.split('\n')