mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
Remove bindings debug msg
This commit is contained in:
parent
3a245f70d4
commit
6f135f75bc
@ -79,7 +79,6 @@ func (i *importer) Import(importedFrom, importedPath string) (contents jsonnet.C
|
|||||||
if _, isCached := i.contentCache[foundHere]; !isCached {
|
if _, isCached := i.contentCache[foundHere]; !isCached {
|
||||||
i.contentCache[foundHere] = jsonnet.MakeContents(result)
|
i.contentCache[foundHere] = jsonnet.MakeContents(result)
|
||||||
}
|
}
|
||||||
fmt.Fprintf(os.Stderr, "%#+v\n", i.contentCache[foundHere])
|
|
||||||
return i.contentCache[foundHere], foundHere, nil
|
return i.contentCache[foundHere], foundHere, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user