Skip to content

Commit 0ec9929

Browse files
committed
chore: remove logs
1 parent 43fe11a commit 0ec9929

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lang/python/spec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ func (c *PythonSpec) NameSpace(path string, file *uniast.File) (string, string,
104104
}
105105

106106
for _, sysPath := range c.sysPaths {
107-
log.Error("PythonSpec: path %s sysPath %s\n", path, sysPath)
108107
if strings.HasPrefix(path, sysPath) {
109108
relPath, err := filepath.Rel(sysPath, path)
110-
log.Error("PythonSpec: matched relPath %s, sysPath %s\n", relPath, sysPath)
111109
if err != nil {
112110
return "", "", err
113111
}

0 commit comments

Comments
 (0)