Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Feb 22, 2023
1 parent 44f888f commit 1873d2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions a_embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package kcl_plugin
import (
"embed"
"errors"
"fmt"
"io/fs"
"os"
"path/filepath"
Expand Down Expand Up @@ -38,7 +37,6 @@ func InstallPlugins(root string) error {
if err := os.MkdirAll(filepath.Dir(abspath), 0777); err != nil {
_ = err
}
fmt.Println(abspath)
data, err := fs.ReadFile(embedFS, path)
if err != nil {
return err
Expand Down

0 comments on commit 1873d2d

Please sign in to comment.