Skip to content

Commit

Permalink
fix: pofile extracted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 9, 2023
1 parent b42bd69 commit 2eae4f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/get-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ export default class GetText {
// extract domain
if ( method === "l10nd" ) {
domain = this.#parseCallExpressionArgument( node.arguments[0] ).string;

console.log( "---", domain );
}

// single form
Expand Down

0 comments on commit 2eae4f4

Please sign in to comment.