Skip to content

Commit 9d1f87d

Browse files
committed
Fix tiny issues
1 parent 277f3f9 commit 9d1f87d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cmd/article_export.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ func executeArticleExport(_ *cobra.Command, args []string) error {
3939
cmdArgs = append(cmdArgs, "--toc")
4040
}
4141

42-
fmt.Println(args[0], outputFilename, cmdArgs)
43-
4442
out, err := exec.Command("pandoc", cmdArgs...).CombinedOutput()
4543
if err != nil {
4644
return err

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
_ "embed"
54
"fmt"
65
"os"
76

0 commit comments

Comments
 (0)