Skip to content

Commit

Permalink
chore(server): revert changes made for debuggin in manifest parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Aug 30, 2023
1 parent d422944 commit 1786936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/pkg/plugin/manifest/parser.go
Expand Up @@ -63,7 +63,6 @@ func MustParseSystemFromBytes(source []byte, scene *plugin.SceneID, tl *Translat
}

func ParseFromUrl(ctx context.Context, u *url.URL) (*Manifest, error) {
log.Debugf("manifest url: %s", u.JoinPath("reearth.yml").String())
req, err := http.NewRequestWithContext(ctx, http.MethodGet, u.JoinPath("reearth.yml").String(), nil)
if err != nil {
return nil, err
Expand Down

0 comments on commit 1786936

Please sign in to comment.