Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Apr 21, 2021
1 parent 3f66f3f commit 5991563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scriptlets/debug-on-property-write.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
*/
/* eslint-enable max-len */
export function debugOnPropertyWrite(source, property, stack) {
// const stackRegexp = toRegExp(stack);
if (!property
|| !matchStackTrace(stack, new Error().stack)) {
return;
Expand Down

0 comments on commit 5991563

Please sign in to comment.