Skip to content

Commit 4a8a923

Browse files
authored
fix: remove console log (#112)
1 parent 307318c commit 4a8a923

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modules/yaml.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ export const writeYaml = async <T extends any>(
3636
//@ts-ignore
3737
if (encode) content = encoder.encode(content);
3838

39-
console.log(getModulePath(filePath), content);
4039
await Deno.writeTextFile(getModulePath(filePath), content);
4140
};

0 commit comments

Comments
 (0)