Skip to content

Commit 6ebcaf4

Browse files
committed
Remove console
1 parent 47b99b3 commit 6ebcaf4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poeditor",
3-
"version": "1.0.9",
3+
"version": "1.10.0",
44
"description": "POEditor cli is the Standard Tooling for workflow of POEditor.",
55
"main": "index.js",
66
"bin": {

packages/lib/transformer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ function toDownstreamFormat(content, config) {
2929
modifiedContent = JSON.stringify(content);
3030
} else if (type === 'js') {
3131
modifiedContent = toDownstreamJSFormat(content);
32-
console.log('modifiedContent', modifiedContent);
33-
// return;
3432
} else {
3533
modifiedContent = content;
3634
}

0 commit comments

Comments
 (0)