Skip to content

Commit

Permalink
Remove errant console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jan 24, 2019
1 parent fa94c9f commit 35cb09a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transition/style.js
Expand Up @@ -42,7 +42,6 @@ function styleFunction(name, interpolate, value) {
var string0 = style(this, name),
value1 = value(this),
string1 = value1 + "";
console.log({value1});
if (value1 == null) string1 = value1 = (this.style.removeProperty(name), style(this, name));
return string0 === string1 ? null
: string0 === string00 && string1 === string10 ? interpolate0
Expand Down

0 comments on commit 35cb09a

Please sign in to comment.