Skip to content

Commit

Permalink
chore(mtmpl): remove logging for functions generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeguo committed Aug 22, 2024
1 parent d009bff commit 796ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mtmpl/funcs.gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def inject(content: str, key: str, lines: List[str]) -> str:
save(content)

subprocess.run(['go', 'fmt', os.path.join(
os.path.dirname(__file__), 'funcs.go')])
os.path.dirname(__file__), 'funcs.go')], stdout=subprocess.DEVNULL)

0 comments on commit 796ddab

Please sign in to comment.