Skip to content

Commit

Permalink
Remove redundant stack trace log (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-g committed Sep 14, 2022
1 parent d46fbab commit 8fc2753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ const _issueUpdateReplicaSetOp = async (
throw new Error(
`UserReplicaSetManagerClient._updateReplicaSet() Failed in ${
Date.now() - startTimeMs
}ms - Error ${e.message}. Stack: ${e.stack}`
}ms - Error ${e.message}`
)
}

Expand Down

0 comments on commit 8fc2753

Please sign in to comment.