Skip to content

Commit

Permalink
Removed leftover log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
leeN authored and tmbrbr committed Jul 31, 2023
1 parent 0ed5f13 commit 82017ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var calls = 0;
var replaceValue = {
toString: function() {
calls += 1;
console.log("in toString()");
return "b";
},
};
Expand Down

0 comments on commit 82017ba

Please sign in to comment.