debug stuff

pull/172/head
Ville Aikas 9 years ago committed by vaikas-google
parent e1cb0ede86
commit c3831f021a

@ -125,6 +125,9 @@ func (tr *typeResolver) ResolveTypes(config *common.Configuration, imports []*co
count := 0
log.Printf("toFetch %#v", toFetch)
for _, jj := range toFetch {
log.Printf("TOFETCH UNIT: %#v", jj)
}
for len(toFetch) > 0 {
log.Printf("toFetch2 %#v", toFetch)
// 1. If short github URL, resolve to a download URL

Loading…
Cancel
Save