Fixed non-interleaved sqlite support.

This commit is contained in:
Sascha L. Teichmann
2015-07-23 16:20:42 +02:00
parent e8e4d6afeb
commit 93d4aedffa
2 changed files with 29 additions and 97 deletions

View File

@ -132,7 +132,7 @@ func (btc *BaseTileCreator) CreateTile(x, z int16, i, j int) error {
return err
}
}
log.Printf("Writing empty (%d, %d) to file %s\n", x, z, path)
//log.Printf("Writing empty (%d, %d) to file %s\n", x, z, path)
return ioutil.WriteFile(path, btc.emptyImage, 0666)
}