This commit is contained in:
parent
83a579fbd2
commit
9a2fd85d57
@ -5,7 +5,6 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"path"
|
||||
)
|
||||
@ -55,7 +54,6 @@ func (i LocalImporter) exists(filename string) bool {
|
||||
}
|
||||
|
||||
func (i LocalImporter) toURL(filename string) string {
|
||||
log.Println(i.Base, filename, path.Join(i.Base, filename))
|
||||
return path.Join(i.Base, filename)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user