Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 16, 2024
1 parent 6fff879 commit 2754882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ func addExtensionsByWildcard(extensionDir string) []Extension {
if isDir {
ext, err := GetExtensionByFolder(evaluatedPath)
if err != nil {
fmt.Println(err)
continue
}

Expand Down

0 comments on commit 2754882

Please sign in to comment.