Skip to content

Commit 2d7d082

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Removed test `print`.
1 parent 602468d commit 2d7d082

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/recent-posts

1 file changed

+0
-1
lines changed

.github/actions/recent-posts/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def main(
6464
) for entry in model.entries
6565
]
6666
)
67-
print(repl)
6867
new_text = re.sub(pattern=pattern, repl=f"\n{repl}\n", string=text)
6968
with readme.open(mode="w") as f:
7069
f.write(new_text)

0 commit comments

Comments
 (0)