Skip to content

Commit

Permalink
Remove leftover call to console.log() (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbender authored May 3, 2022
1 parent 80ebaa2 commit 9680a40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function isAttributeShorthand(
// We could get the expression, or the shorthand, or the attribute
// Be pragmatic and just go upwards until we can't anymore
if (isAttributeName(node, only)) {
console.log('yay');
return true;
}
node = node.parent!;
Expand Down

0 comments on commit 9680a40

Please sign in to comment.