Skip to content

Commit 5624e16

Browse files
- Put to rights.
1 parent cbb576a commit 5624e16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/stackql/handler/handler.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"encoding/json"
55
"fmt"
66
"io"
7-
"os"
87
"path"
98
"strings"
109
"sync"
@@ -463,8 +462,6 @@ func getRegistry(runtimeCtx dto.RuntimeCtx) (anysdk.RegistryAPI, error) {
463462
if err != nil {
464463
return nil, err
465464
}
466-
fmt.Fprintf(os.Stderr, "App root path: %s\n", runtimeCtx.ApplicationFilesRootPath)
467-
fmt.Fprintf(os.Stderr, "Registry LocalDocRoot: %s\n", rc.LocalDocRoot)
468465
if rc.LocalDocRoot == "" {
469466
if strings.HasPrefix(rc.RegistryURL, "file:") {
470467
rc.LocalDocRoot = path.Clean(path.Join(strings.TrimPrefix(rc.RegistryURL, "file:"), ".."))

0 commit comments

Comments
 (0)