Commit c3831f02 authored by Ville Aikas's avatar Ville Aikas Committed by vaikas-google

debug stuff

parent e1cb0ede
...@@ -125,6 +125,9 @@ func (tr *typeResolver) ResolveTypes(config *common.Configuration, imports []*co ...@@ -125,6 +125,9 @@ func (tr *typeResolver) ResolveTypes(config *common.Configuration, imports []*co
count := 0 count := 0
log.Printf("toFetch %#v", toFetch) log.Printf("toFetch %#v", toFetch)
for _, jj := range toFetch {
log.Printf("TOFETCH UNIT: %#v", jj)
}
for len(toFetch) > 0 { for len(toFetch) > 0 {
log.Printf("toFetch2 %#v", toFetch) log.Printf("toFetch2 %#v", toFetch)
// 1. If short github URL, resolve to a download URL // 1. If short github URL, resolve to a download URL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment